|
ExaDG
|
Public Types | |
| using | VectorType = dealii::LinearAlgebra::distributed::Vector<Number> |
Public Member Functions | |
| 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 |
|
inline |
This function invalidates the solution vector.
|
inline |
This function initializes the DoF vector, the main data object of this class. This is done by using the lambda initialize_vector.