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()) override | DiFfRG::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())=0 | DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim > | pure virtual |
average_time_jacobian_assembly() | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inline |
average_time_reinit() const | DiFfRG::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 typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | private |
batch_size | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
Components typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | |
dim | DiFfRG::dDG::Assembler< Discretization_, Model_ > | static |
Discretization typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | |
discretization | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
dof_handler | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
e_tie(T &&...t) | DiFfRG::FEMAssembler< Discretization_, Model_ > | inlineprotectedstatic |
EoM | DiFfRG::FEMAssembler< Discretization_, Model_ > | mutableprotected |
EoM_abs_tol | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
EoM_cell | DiFfRG::FEMAssembler< Discretization_, Model_ > | mutableprotected |
EoM_max_iter | DiFfRG::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) const | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
extractor_dof_indices | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
extractor_jacobian | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
extractor_jacobian_ddu | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
extractor_jacobian_du | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
extractor_jacobian_u | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
fe | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
FEMAssembler(Discretization &discretization, Model &model, const JSONValue &json) | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
get_differential_indices() const override | DiFfRG::FEMAssembler< Discretization_, Model_ > | inlinevirtual |
get_discretization() const | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
get_discretization() | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
get_mass_matrix() const override | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inlinevirtual |
get_sparsity_pattern_jacobian() const override | DiFfRG::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()) override | DiFfRG::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())=0 | DiFfRG::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) override | DiFfRG::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.)=0 | DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim > | pure virtual |
jacobian_variables(FullMatrix< NumberType > &jacobian, const VectorType &variables, const VectorType &spatial_solution) override | DiFfRG::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 |
mapping | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
mass(VectorType &mass, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType weight) override | DiFfRG::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)=0 | DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim > | pure virtual |
mass_matrix | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
Model typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | |
model | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
nothing | DiFfRG::FEMAssembler< Discretization_, Model_ > | protectedstatic |
num_jacobians() const | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inline |
num_reinits() const | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inline |
num_residuals() const | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inline |
num_variable_jacobians() const | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
num_variable_residuals() const | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
NumberType typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | |
old_EoM_cell | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
quadrature | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
quadrature_face | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
readouts(DataOutput< dim, VectorType > &data_out, const VectorType &solution_global, const VectorType &variables) const | DiFfRG::FEMAssembler< Discretization_, Model_ > | inline |
rebuild_jacobian_sparsity() override | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inlinevirtual |
refinement_indicator(Vector< double > &indicator, const VectorType &solution_global) override | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inlinevirtual |
reinit() override | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inlinevirtual |
reinit_vector(VectorType &vec) const override | DiFfRG::dDG::Assembler< Discretization_, Model_ > | inlinevirtual |
DiFfRG::FEMAssembler::reinit_vector(VectorType &vector) const=0 | DiFfRG::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()) override | DiFfRG::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())=0 | DiFfRG::AbstractAssembler< Discretization_::VectorType, Discretization_::SparseMatrixType, Discretization_::dim > | pure virtual |
residual_variables(VectorType &residual, const VectorType &variables, const VectorType &spatial_solution) override | DiFfRG::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) override | DiFfRG::FEMAssembler< Discretization_, Model_ > | inlinevirtual |
sparsity_pattern_jacobian | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
sparsity_pattern_mass | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
threads | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
timings_jacobian | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
timings_reinit | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
timings_residual | DiFfRG::dDG::Assembler< Discretization_, Model_ > | protected |
timings_variable_jacobian | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
timings_variable_residual | DiFfRG::FEMAssembler< Discretization_, Model_ > | protected |
v_tie(T &&...t) | DiFfRG::FEMAssembler< Discretization_, Model_ > | inlineprotectedstatic |
VectorType typedef | DiFfRG::dDG::Assembler< Discretization_, Model_ > | |