12 #ifndef MFEM_PBILINEARFORM
13 #define MFEM_PBILINEARFORM
15 #include "../config/config.hpp"
20 #include "../linalg/hypre.hpp"
124 #endif // MFEM_USE_MPI
ParDiscreteLinearOperator(ParFiniteElementSpace *dfes, ParFiniteElementSpace *rfes)
HypreParMatrix * ParallelAssemble()
Returns the matrix "assembled" on the true dofs.
Abstract parallel finite element space.
virtual ~ParDiscreteLinearOperator()
ParFiniteElementSpace * domain_fes
ParFiniteElementSpace * range_fes
void GetParBlocks(Array2D< HypreParMatrix * > &blocks) const
Class for parallel grid function.
Wrapper for hypre's ParCSR matrix class.