![]() |
PRISMS-PF Manual
|
The solution vectors with respect to on some multigrid level. More...
#include <group_solution_handler.h>
Public Attributes | |
| BlockVector< number > | solutions |
| std::vector< BlockVector< number > > | old_solutions |
The solution vectors with respect to on 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.
| std::vector<BlockVector<number> > SolutionLevel< dim, number >::old_solutions |
| BlockVector<number> SolutionLevel< dim, number >::solutions |