DiFfRG
|
This is the complete list of members for DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim >, including all inherited members.
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< VectorType, SparseMatrixType, dim > | pure virtual |
get_differential_indices() const =0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
get_mass_matrix() const =0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
get_sparsity_pattern_jacobian() const =0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
jacobian(SparseMatrixType &jacobian, const VectorType &solution_global, NumberType weight, NumberType mass_weight, const VectorType &variables=VectorType()) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inline |
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< VectorType, SparseMatrixType, dim > | pure virtual |
jacobian_mass(SparseMatrixType &jacobian, const VectorType &solution_global, NumberType mass_weight=1.) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inline |
jacobian_mass(SparseMatrixType &jacobian, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType alpha=1., NumberType beta=1.)=0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
jacobian_variables(FullMatrix< NumberType > &jacobian, const VectorType &variables, const VectorType &spatial_solution) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inlinevirtual |
mass(VectorType &mass, const VectorType &solution_global, NumberType weight) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inline |
mass(VectorType &mass, const VectorType &solution_global, const VectorType &solution_global_dot, NumberType weight)=0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
NumberType typedef | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | |
reinit()=0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
reinit_vector(VectorType &vector) const =0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
residual(VectorType &residual, const VectorType &solution_global, NumberType weight, NumberType weight_mass, const VectorType &variables=VectorType()) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inline |
residual(VectorType &residual, const VectorType &solution_global, NumberType weight, const VectorType &solution_global_dot, NumberType weight_mass, const VectorType &variables=VectorType())=0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |
residual_variables(VectorType &residual, const VectorType &variables, const VectorType &spatial_solution) | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | inlinevirtual |
set_time(double t)=0 | DiFfRG::AbstractAssembler< VectorType, SparseMatrixType, dim > | pure virtual |