MFEM
v4.5.2
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
mfem::ceed | |
Functions | |
void | mfem::ceed::InitStridedRestriction (const mfem::FiniteElementSpace &fes, CeedInt nelem, CeedInt nqpts, CeedInt qdatasize, const CeedInt *strides, CeedElemRestriction *restr) |
Initialize a strided CeedElemRestriction. More... | |
void | mfem::ceed::InitRestriction (const FiniteElementSpace &fes, Ceed ceed, CeedElemRestriction *restr) |
Initialize a CeedElemRestriction for non-mixed meshes. More... | |
void | mfem::ceed::InitRestrictionWithIndices (const FiniteElementSpace &fes, int nelem, const int *indices, Ceed ceed, CeedElemRestriction *restr) |
Initialize a CeedElemRestriction for mixed meshes. More... | |
void | mfem::ceed::InitCoeffRestrictionWithIndices (const FiniteElementSpace &fes, int nelem, const int *indices, int nquads, int ncomp, Ceed ceed, CeedElemRestriction *restr) |
Initialize a CeedElemRestriction for a mfem::Coefficient on a mixed mesh. More... | |