Go to the source code of this file.
Namespaces | |
| Moose::MFEM | |
| Utilities for converting between vector(s) of libMesh Points and MFEM Vector(s). | |
Functions | |
| libMesh::Point | Moose::MFEM::libMeshPointFromMFEMVector (const mfem::Vector &vec) |
| Convert an MFEM position vector to a libMesh::Point. More... | |
| mfem::Vector | Moose::MFEM::libMeshPointsToMFEMVector (const std::vector< libMesh::Point > &points, const unsigned int num_dims, const mfem::Ordering::Type ordering) |
| Convert a vector of libMesh::Point objects to an mfem::Vector containing all points, given an ordering. More... | |
1.8.14