PRISMS-PF Manual
Loading...
Searching...
No Matches
group_solution_handler.h File Reference
#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>
Include dependency graph for group_solution_handler.h:
This graph shows which files directly or indirectly include this file:

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.
 

Typedef Documentation

◆ BlockVector

template<typename number >
using BlockVector = dealii::LinearAlgebra::distributed::BlockVector<number>

Typedef for solution block vector.

◆ SolutionVector

Typedef for solution vector.