|
Nektar++
|
#include <set>#include <LibUtilities/BasicUtils/FieldIO.h>#include <NekMeshUtils/NekMeshUtilsDeclspec.h>#include <NekMeshUtils/MeshElements/Element.h>#include <NekMeshUtils/MeshElements/Composite.h>Go to the source code of this file.
Classes | |
| struct | Nektar::NekMeshUtils::Condition |
| Defines a boundary condition. More... | |
| class | Nektar::NekMeshUtils::Mesh |
Namespaces | |
| Nektar | |
| Nektar::NekMeshUtils | |
Typedefs | |
| typedef std::shared_ptr< Octree > | Nektar::NekMeshUtils::OctreeSharedPtr |
| typedef std::shared_ptr< Condition > | Nektar::NekMeshUtils::ConditionSharedPtr |
| typedef std::map< int, ConditionSharedPtr > | Nektar::NekMeshUtils::ConditionMap |
| typedef std::shared_ptr< Mesh > | Nektar::NekMeshUtils::MeshSharedPtr |
| Shared pointer to a mesh. More... | |
Functions | |
| bool | Nektar::NekMeshUtils::operator== (ConditionSharedPtr const &c1, ConditionSharedPtr const &c2) |
| Test equality of two conditions - i.e. compare types, fields and values but not composite ids. More... | |
1.8.13