DiFfRG
Loading...
Searching...
No Matches
DiFfRG::dDG::Assembler< Discretization_, Model_ > Member List

This is the complete list of members for DiFfRG::dDG::Assembler< Discretization_, Model_ >, including all inherited members.

Assembler(Discretization &discretization, Model &model, const JSONValue &json)DiFfRG::dDG::Assembler< Discretization_, Model_ >inline
attach_data_output(DataOutput< dim, VectorType > &data_out, const VectorType &solution, const VectorType &variables, const VectorType &dt_solution=VectorType(), const VectorType &residual=VectorType()) overrideDiFfRG::FEMAssembler< Discretization_, Model_ >inlinevirtual
DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >::attach_data_output(DataOutput< dim, VectorType > &data_out, const VectorType &solution, const VectorType &variables=VectorType(), const VectorType &dt_solution=VectorType(), const VectorType &residual=VectorType())=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
average_time_jacobian_assembly()DiFfRG::dDG::Assembler< Discretization_, Model_ >inline
average_time_reinit() constDiFfRG::dDG::Assembler< Discretization_, Model_ >inline
average_time_residual_assembly()DiFfRG::dDG::Assembler< Discretization_, Model_ >inline
average_time_variable_jacobian_assembly()DiFfRG::FEMAssembler< Discretization_, Model_ >inline
average_time_variable_residual_assembly()DiFfRG::FEMAssembler< Discretization_, Model_ >inline
Base typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >private
batch_sizeDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
Components typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >
dimDiFfRG::dDG::Assembler< Discretization_, Model_ >static
Discretization typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >
discretizationDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
dof_handlerDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
e_tie(T &&...t)DiFfRG::FEMAssembler< Discretization_, Model_ >inlineprotectedstatic
EoMDiFfRG::FEMAssembler< Discretization_, Model_ >mutableprotected
EoM_abs_tolDiFfRG::FEMAssembler< Discretization_, Model_ >protected
EoM_cellDiFfRG::FEMAssembler< Discretization_, Model_ >mutableprotected
EoM_max_iterDiFfRG::FEMAssembler< Discretization_, Model_ >protected
extract(std::array< NumberType, Components::count_extractors()> &data, const VectorType &solution_global, const VectorType &variables, bool search_EoM, bool set_EoM, bool postprocess) constDiFfRG::FEMAssembler< Discretization_, Model_ >inline
extractor_dof_indicesDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
extractor_jacobianDiFfRG::FEMAssembler< Discretization_, Model_ >protected
extractor_jacobian_dduDiFfRG::FEMAssembler< Discretization_, Model_ >protected
extractor_jacobian_duDiFfRG::FEMAssembler< Discretization_, Model_ >protected
extractor_jacobian_uDiFfRG::FEMAssembler< Discretization_, Model_ >protected
feDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
FEMAssembler(Discretization &discretization, Model &model, const JSONValue &json)DiFfRG::FEMAssembler< Discretization_, Model_ >inline
get_differential_indices() const overrideDiFfRG::FEMAssembler< Discretization_, Model_ >inlinevirtual
get_discretization() constDiFfRG::FEMAssembler< Discretization_, Model_ >inline
get_discretization()DiFfRG::FEMAssembler< Discretization_, Model_ >inline
get_mass_matrix() const overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
get_sparsity_pattern_jacobian() const overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
jacobian(SparseMatrix< NumberType > &jacobian, const VectorType &solution_global, NumberType weight, const VectorType &solution_global_dot, NumberType alpha, NumberType beta, const VectorType &variables=VectorType()) overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
DiFfRG::FEMAssembler::jacobian(SparseMatrixType &jacobian, const VectorType &solution_global, NumberType weight, NumberType mass_weight, const VectorType &variables=VectorType())DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inline
DiFfRG::FEMAssembler::jacobian(SparseMatrixType &jacobian, const VectorType &solution_global, NumberType weight, const VectorType &solution_global_dot, NumberType alpha, NumberType beta, const VectorType &variables=VectorType())=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
jacobian_extractors(FullMatrix< NumberType > &extractor_jacobian, const VectorType &solution_global, const VectorType &variables)DiFfRG::FEMAssembler< Discretization_, Model_ >inline
jacobian_mass(SparseMatrix< NumberType > &jacobian, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType alpha, NumberType beta) overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
DiFfRG::FEMAssembler::jacobian_mass(SparseMatrixType &jacobian, const VectorType &solution_global, NumberType mass_weight=1.)DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inline
DiFfRG::FEMAssembler::jacobian_mass(SparseMatrixType &jacobian, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType alpha=1., NumberType beta=1.)=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
jacobian_variables(FullMatrix< NumberType > &jacobian, const VectorType &variables, const VectorType &spatial_solution) overrideDiFfRG::FEMAssembler< Discretization_, Model_ >inlinevirtual
DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >::jacobian_variables(FullMatrix< NumberType > &jacobian, const VectorType &variables, const VectorType &spatial_solution)DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inlinevirtual
log(const std::string logger)DiFfRG::dDG::Assembler< Discretization_, Model_ >inline
mappingDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
mass(VectorType &mass, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType weight) overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
DiFfRG::FEMAssembler::mass(VectorType &mass, const VectorType &solution_global, NumberType weight)DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inline
DiFfRG::FEMAssembler::mass(VectorType &mass, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType weight)=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
mass_matrixDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
Model typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >
modelDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
nothingDiFfRG::FEMAssembler< Discretization_, Model_ >protectedstatic
num_jacobians() constDiFfRG::dDG::Assembler< Discretization_, Model_ >inline
num_reinits() constDiFfRG::dDG::Assembler< Discretization_, Model_ >inline
num_residuals() constDiFfRG::dDG::Assembler< Discretization_, Model_ >inline
num_variable_jacobians() constDiFfRG::FEMAssembler< Discretization_, Model_ >inline
num_variable_residuals() constDiFfRG::FEMAssembler< Discretization_, Model_ >inline
NumberType typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >
old_EoM_cellDiFfRG::FEMAssembler< Discretization_, Model_ >protected
quadratureDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
quadrature_faceDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
readouts(DataOutput< dim, VectorType > &data_out, const VectorType &solution_global, const VectorType &variables) constDiFfRG::FEMAssembler< Discretization_, Model_ >inline
rebuild_jacobian_sparsity() overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
refinement_indicator(Vector< double > &indicator, const VectorType &solution_global) overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
reinit() overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
reinit_vector(VectorType &vec) const overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
DiFfRG::FEMAssembler::reinit_vector(VectorType &vector) const=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
residual(VectorType &residual, const VectorType &solution_global, NumberType weight, const VectorType &solution_global_dot, NumberType weight_mass, const VectorType &variables=VectorType()) overrideDiFfRG::dDG::Assembler< Discretization_, Model_ >inlinevirtual
DiFfRG::FEMAssembler::residual(VectorType &residual, const VectorType &solution_global, NumberType weight, NumberType weight_mass, const VectorType &variables=VectorType())DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inline
DiFfRG::FEMAssembler::residual(VectorType &residual, const VectorType &solution_global, NumberType weight, const VectorType &solution_global_dot, NumberType weight_mass, const VectorType &variables=VectorType())=0DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >pure virtual
residual_variables(VectorType &residual, const VectorType &variables, const VectorType &spatial_solution) overrideDiFfRG::FEMAssembler< Discretization_, Model_ >inlinevirtual
DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >::residual_variables(VectorType &residual, const VectorType &variables, const VectorType &spatial_solution)DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim >inlinevirtual
set_time(double t) overrideDiFfRG::FEMAssembler< Discretization_, Model_ >inlinevirtual
sparsity_pattern_jacobianDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
sparsity_pattern_massDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
threadsDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
timings_jacobianDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
timings_reinitDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
timings_residualDiFfRG::dDG::Assembler< Discretization_, Model_ >protected
timings_variable_jacobianDiFfRG::FEMAssembler< Discretization_, Model_ >protected
timings_variable_residualDiFfRG::FEMAssembler< Discretization_, Model_ >protected
v_tie(T &&...t)DiFfRG::FEMAssembler< Discretization_, Model_ >inlineprotectedstatic
VectorType typedefDiFfRG::dDG::Assembler< Discretization_, Model_ >