![]() |
PRISMS-PF Manual
|
The solution vectors and their corresponding matrix free object with respect to some multigrid level. More...
#include <group_solution_handler.h>
Public Attributes | |
| BlockVector< number > | solutions |
| std::vector< BlockVector< number > > | old_solutions |
| MatrixFree< dim, number > | matrix_free |
The solution vectors and their corresponding matrix free object with respect to some multigrid level.
solutions is a block vector of all the fields that we keep track of at this level. old_solutions is a vector of with length equal to the number of old states we keep track old. Importantly, for each std::vector entry the block vector has the same shape as solutions. matrix_free is the dealii::MatrixFree object that belongs to the solutions and old_solutions for this level.
| MatrixFree<dim, number> SolutionLevel< dim, number >::matrix_free |
| std::vector<BlockVector<number> > SolutionLevel< dim, number >::old_solutions |
| BlockVector<number> SolutionLevel< dim, number >::solutions |