![]() |
MFEM v4.9.0
Finite element discretization library
|
#include <mtop_solvers.hpp>
Public Member Functions | |
| NqptUniformParameterSpace (mfem::ParMesh &mesh, const mfem::IntegrationRule &ir, int vdim) | |
Public Member Functions inherited from mfem::future::UniformParameterSpace | |
| UniformParameterSpace (Mesh &mesh, const IntegrationRule &ir, int vdim, bool used_in_tensor_product=true) | |
| Constructor for a uniform parameter space. | |
| int | GetTrueVSize () const override |
| int | GetVSize () const override |
Public Member Functions inherited from mfem::future::ParameterSpace | |
| ParameterSpace (int vdim=1) | |
| int | GetVDim () const |
| Get vector dimension at each point. | |
| const DofToQuad & | GetDofToQuad () const |
| Get DofToQuad information. | |
| int | Dimension () const |
| virtual const Operator * | GetProlongationMatrix () const |
| Get T-vector to L-vector transformation. | |
| virtual const Operator * | GetElementRestriction (ElementDofOrdering o) const |
| Get L-vector to E-vector transformation. | |
Additional Inherited Members | |
Protected Attributes inherited from mfem::future::ParameterSpace | |
| int | vdim |
| DofToQuad | dtq |
| std::unique_ptr< Operator > | prolongation |
| std::unique_ptr< Operator > | elem_restr |
Definition at line 194 of file mtop_solvers.hpp.
|
inline |
Definition at line 198 of file mtop_solvers.hpp.