15 #ifndef pdes_mpi_poisson_h
16 #define pdes_mpi_poisson_h
29 template <
int dim,
int spacedim = dim>
48 custom_estimator(dealii::Vector<float> &error_per_cell)
const override;
64 assemble_system_one_cell(
Construct a LinearProblem.
typename BlockVectorType::BlockType VectorType
Vector type.
Solve the Poisson problem, in parallel.
typename LinearProblem< dim, spacedim, LAC::LATrilinos >::ScratchData ScratchData
typename LinearProblem< dim, spacedim, LAC::LATrilinos >::VectorType VectorType
ParsedTools::Function< spacedim > coefficient
typename LinearProblem< dim, spacedim, LAC::LATrilinos >::CopyData CopyData
virtual ~Poisson()=default
Destroy the Poisson object.
We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems.