|
using | VectorType = dealii::LinearAlgebra::distributed::Vector<Number> |
|
|
void | reinit () |
|
void | invalidate () |
|
void | evaluate (VectorType const &src) |
|
VectorType const & | get () const |
|
VectorType const & | evaluate_get (VectorType const &src) |
|
std::string const & | get_name () const |
|
dealii::DoFHandler< dim > const & | get_dof_handler () const |
|
SolutionFieldType | get_type () const |
|
|
std::function< void(VectorType &)> | initialize_vector |
|
std::function< void(VectorType &, VectorType const &)> | recompute_solution_field |
|
SolutionFieldType | type |
|
std::string | name |
|
dealii::DoFHandler< dim > const * | dof_handler |
|
◆ invalidate()
template<int dim, typename Number>
This function invalidates the solution vector.
◆ reinit()
template<int dim, typename Number>
This function initializes the DoF vector, the main data object of this class. This is done by using the lambda initialize_vector.
The documentation for this class was generated from the following file: