PRISMS-PF Manual
Loading...
Searching...
No Matches
matrix_free_manager.h File Reference
#include <deal.II/base/vectorization.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/fe/fe_system.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/fe_evaluation.h>
#include <deal.II/matrix_free/matrix_free.h>
#include <prismspf/core/constraint_manager.h>
#include <prismspf/core/dof_manager.h>
#include <prismspf/core/system_wide.h>
#include <prismspf/config.h>
Include dependency graph for matrix_free_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MatrixFreeManager< dim, number >
 Containers for matrix free objects. More...
 

Typedefs

template<typename number>
using BlockVector = dealii::LinearAlgebra::distributed::BlockVector<number>
 Typedef for solution block vector.
 
template<typename number>
using SolutionVector = typename 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

template<typename number>
using SolutionVector = typename BlockVector<number>::BlockType

Typedef for solution vector.