![]() |
PRISMS-PF Manual
|
#include <deal.II/distributed/solution_transfer.h>#include <deal.II/lac/affine_constraints.h>#include <deal.II/lac/la_parallel_block_vector.h>#include <deal.II/lac/la_parallel_vector.h>#include <deal.II/matrix_free/matrix_free.h>#include <prismspf/core/constraint_manager.h>#include <prismspf/core/dof_manager.h>#include <prismspf/core/field_attributes.h>#include <prismspf/core/solve_group.h>#include <prismspf/core/type_enums.h>#include <prismspf/core/types.h>#include <prismspf/config.h>#include <vector>Go to the source code of this file.
Classes | |
| struct | SolutionLevel< dim, number > |
| The solution vectors and their corresponding matrix free object with respect to some multigrid level. More... | |
| class | GroupSolutionHandler< dim, number > |
| Class that manages solution initialization and swapping with old solutions. More... | |
Typedefs | |
| template<typename number > | |
| using | BlockVector = dealii::LinearAlgebra::distributed::BlockVector< number > |
| Typedef for solution block vector. | |
| template<typename number > | |
| using | SolutionVector = BlockVector< number >::BlockType |
| Typedef for solution vector. | |
| using BlockVector = dealii::LinearAlgebra::distributed::BlockVector<number> |
Typedef for solution block vector.
Typedef for solution vector.