Go to the source code of this file.
Classes | |
| struct | Xfem::CutElemInfo |
| Information about a cut element. More... | |
| class | XFEM |
This is the XFEM class. More... | |
Namespaces | |
| namespace | Xfem |
Typedefs | |
| typedef std::array< std::unordered_map< unsigned int, std::string >, 2 > | Xfem::CachedMaterialProperties |
| Convenient typedef for local storage of stateful material properties. | |
Enumerations | |
| enum | Xfem::XFEM_CUTPLANE_QUANTITY { Xfem::ORIGIN_X , Xfem::ORIGIN_Y , Xfem::ORIGIN_Z , Xfem::NORMAL_X , Xfem::NORMAL_Y , Xfem::NORMAL_Z } |
| enum | Xfem::XFEM_QRULE { Xfem::VOLFRAC , Xfem::MOMENT_FITTING , Xfem::DIRECT } |