Nektar++
|
#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 boost::shared_ptr< Octree > | Nektar::NekMeshUtils::OctreeSharedPtr |
typedef boost::shared_ptr < Condition > | Nektar::NekMeshUtils::ConditionSharedPtr |
typedef std::map< int, ConditionSharedPtr > | Nektar::NekMeshUtils::ConditionMap |
typedef boost::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... | |