Nektar++
|
Classes | |
struct | BoundaryConditionBase |
class | BoundaryConditions |
struct | Composite |
struct | Curve |
struct | DirichletBoundaryCondition |
struct | ExpansionInfo |
class | Geometry |
Base class for shape geometry information. More... | |
class | Geometry0D |
1D geometry information More... | |
class | Geometry1D |
1D geometry information More... | |
class | Geometry2D |
2D geometry information More... | |
class | Geometry3D |
3D geometry information More... | |
struct | GeometryHash |
Unary function that constructs a hash of a Geometry object, based on the vertex IDs. More... | |
class | GeomFactors |
Calculation and storage of geometric factors associated with the mapping from StdRegions reference elements to a given LocalRegions physical element in the mesh. More... | |
struct | GeomFactorsHash |
A hash functor for geometric factors. Utilises GeomFactors::GetHash. More... | |
class | HexGeom |
struct | Interface |
A interface which is a single edge on a zone for handling non-conformality. More... | |
struct | InterfacePair |
struct | MeshCurvedInfo |
struct | MeshCurvedPts |
struct | MeshEdge |
struct | MeshEntity |
class | MeshGraph |
Base class for a spectral/hp element mesh. More... | |
class | MeshGraphIO |
class | MeshGraphIOHDF5 |
class | MeshGraphIOXml |
class | MeshGraphIOXmlCompressed |
struct | MeshHex |
class | MeshPartition |
class | MeshPartitionMetis |
class | MeshPartitionPtScotch |
class | MeshPartitionScotch |
struct | MeshPrism |
struct | MeshPyr |
struct | MeshQuad |
struct | MeshTet |
struct | MeshTri |
struct | MeshVertex |
class | Movement |
struct | NeumannBoundaryCondition |
struct | NotDefinedBoundaryCondition |
struct | PeriodicBoundaryCondition |
class | PointGeom |
class | PrismGeom |
class | PyrGeom |
class | QuadGeom |
class | RefRegion |
Abstract base class for the refinement surface region. More... | |
class | RefRegionCylinder |
Derived class for the refinement surface region. More... | |
class | RefRegionLine |
Derived class for the refinement surface region. More... | |
class | RefRegionParallelogram |
Derived class for the refinement surface region. More... | |
class | RefRegionSphere |
Derived class for the refinement surface region. More... | |
struct | RobinBoundaryCondition |
class | SegGeom |
class | TetGeom |
class | TriGeom |
struct | ZoneBase |
Zone base: Contains the shared functions and variables. More... | |
struct | ZoneFixed |
Fixed zone: does not move. More... | |
struct | ZoneRotate |
Rotating zone: Motion of every point around a given axis on an origin. More... | |
struct | ZoneTranslate |
Translating zone: addition of a constant vector to every point. More... | |
Typedefs | |
typedef std::map< int, CompositeSharedPtr > | BoundaryRegion |
typedef std::shared_ptr< BoundaryRegion > | BoundaryRegionShPtr |
typedef std::shared_ptr< const BoundaryRegion > | ConstBoundaryRegionShPtr |
typedef std::map< int, BoundaryRegionShPtr > | BoundaryRegionCollection |
typedef std::shared_ptr< BoundaryConditionBase > | BoundaryConditionShPtr |
typedef std::shared_ptr< DirichletBoundaryCondition > | DirichletBCShPtr |
typedef std::shared_ptr< NeumannBoundaryCondition > | NeumannBCShPtr |
typedef std::shared_ptr< RobinBoundaryCondition > | RobinBCShPtr |
typedef std::map< std::string, BoundaryConditionShPtr > | BoundaryConditionMap |
typedef std::shared_ptr< BoundaryConditionMap > | BoundaryConditionMapShPtr |
typedef std::map< int, BoundaryConditionMapShPtr > | BoundaryConditionCollection |
typedef std::shared_ptr< BoundaryConditions > | BoundaryConditionsSharedPtr |
typedef std::shared_ptr< Curve > | CurveSharedPtr |
typedef std::unordered_map< int, CurveSharedPtr > | CurveMap |
typedef std::shared_ptr< Geometry > | GeometrySharedPtr |
typedef std::vector< GeometrySharedPtr > | GeometryVector |
typedef std::unordered_set< GeometrySharedPtr > | GeometrySet |
typedef std::shared_ptr< GeometryVector > | GeometryVectorSharedPtr |
typedef std::shared_ptr< PointGeom > | PointGeomSharedPtr |
typedef std::shared_ptr< Geometry1D > | Geometry1DSharedPtr |
typedef std::shared_ptr< Geometry2D > | Geometry2DSharedPtr |
typedef std::shared_ptr< Geometry0D > | Geometry0DSharedPtr |
typedef std::vector< Geometry0DSharedPtr > | Geometry0DVector |
typedef std::vector< Geometry0DSharedPtr >::iterator | Geometry0DVectorIter |
typedef std::vector< Geometry1DSharedPtr > | Geometry1DVector |
typedef std::shared_ptr< SegGeom > | SegGeomSharedPtr |
typedef std::vector< Geometry2DSharedPtr > | Geometry2DVector |
typedef std::vector< PointGeomSharedPtr > | PointGeomVector |
typedef std::vector< SegGeomSharedPtr > | SegGeomVector |
typedef std::shared_ptr< Geometry3D > | Geometry3DSharedPtr |
typedef std::vector< Geometry3DSharedPtr > | Geometry3DVector |
typedef std::shared_ptr< GeomFactors > | GeomFactorsSharedPtr |
Pointer to a GeomFactors object. More... | |
typedef std::vector< GeomFactorsSharedPtr > | GeomFactorsVector |
A vector of GeomFactor pointers. More... | |
typedef std::unordered_set< GeomFactorsSharedPtr > | GeomFactorsSet |
An unordered set of GeomFactor pointers. More... | |
typedef Array< OneD, Array< OneD, Array< OneD, NekDouble > > > | DerivStorage |
Storage type for derivative of mapping. More... | |
typedef std::shared_ptr< QuadGeom > | QuadGeomSharedPtr |
typedef std::shared_ptr< HexGeom > | HexGeomSharedPtr |
typedef std::map< int, HexGeomSharedPtr > | HexGeomMap |
typedef std::map< int, std::pair< LibUtilities::ShapeType, std::vector< int > > > | CompositeDescriptor |
typedef std::map< int, std::vector< unsigned int > > | CompositeOrdering |
typedef std::map< int, std::vector< unsigned int > > | BndRegionOrdering |
typedef std::shared_ptr< Composite > | CompositeSharedPtr |
typedef std::map< int, CompositeSharedPtr > | CompositeMap |
typedef std::shared_ptr< ExpansionInfo > | ExpansionInfoShPtr |
typedef std::map< int, ExpansionInfoShPtr > | ExpansionInfoMap |
typedef std::shared_ptr< ExpansionInfoMap > | ExpansionInfoMapShPtr |
typedef std::map< std::string, ExpansionInfoMapShPtr > | ExpansionInfoMapShPtrMap |
typedef std::map< std::string, std::string > | GeomInfoMap |
typedef std::shared_ptr< std::vector< std::pair< GeometrySharedPtr, int > > > | GeometryLinkSharedPtr |
typedef std::map< std::string, std::string > | MeshMetaDataMap |
typedef std::shared_ptr< MeshGraph > | MeshGraphSharedPtr |
typedef std::shared_ptr< Movement > | MovementSharedPtr |
typedef LibUtilities::NekFactory< std::string, MeshGraph > | MeshGraphFactory |
typedef std::shared_ptr< MeshGraphIO > | MeshGraphIOSharedPtr |
typedef LibUtilities::NekFactory< std::string, MeshGraphIO > | MeshGraphIOFactory |
typedef LibUtilities::NekFactory< std::string, MeshPartition, const LibUtilities::SessionReaderSharedPtr, LibUtilities::CommSharedPtr, int, std::map< int, MeshEntity >, CompositeDescriptor > | MeshPartitionFactory |
Datatype of the NekFactory used to instantiate classes derived from the EquationSystem class. More... | |
typedef std::shared_ptr< MeshPartition > | MeshPartitionSharedPtr |
typedef std::shared_ptr< Interface > | InterfaceShPtr |
typedef std::shared_ptr< InterfacePair > | InterfacePairShPtr |
typedef std::map< std::pair< int, std::string >, InterfacePairShPtr > | InterfaceCollection |
typedef std::shared_ptr< ZoneBase > | ZoneBaseShPtr |
typedef std::shared_ptr< ZoneRotate > | ZoneRotateShPtr |
typedef std::shared_ptr< ZoneTranslate > | ZoneTranslateShPtr |
typedef std::shared_ptr< ZoneFixed > | ZoneFixedShPtr |
typedef std::map< int, PointGeomSharedPtr > | PointGeomMap |
typedef std::shared_ptr< PrismGeom > | PrismGeomSharedPtr |
typedef std::map< int, PrismGeomSharedPtr > | PrismGeomMap |
typedef std::shared_ptr< PyrGeom > | PyrGeomSharedPtr |
typedef std::map< int, PyrGeomSharedPtr > | PyrGeomMap |
typedef std::map< int, QuadGeomSharedPtr > | QuadGeomMap |
typedef std::map< int, SegGeomSharedPtr > | SegGeomMap |
typedef std::shared_ptr< TetGeom > | TetGeomSharedPtr |
typedef std::vector< TetGeomSharedPtr > | TetGeomVector |
typedef std::map< int, TetGeomSharedPtr > | TetGeomMap |
typedef std::shared_ptr< TriGeom > | TriGeomSharedPtr |
typedef std::map< int, TriGeomSharedPtr > | TriGeomMap |
Functions | |
Array< OneD, int > | ToArray (const std::set< int > &set) |
std::set< int > | ShareAllBoundaryIDs (const BoundaryRegionCollection &boundaryRegions, LibUtilities::CommSharedPtr comm) |
bool | SortByGlobalId (const std::shared_ptr< Geometry > &lhs, const std::shared_ptr< Geometry > &rhs) |
Less than operator to sort Geometry objects by global id when sorting STL containers. More... | |
bool | GlobalIdEquality (const std::shared_ptr< Geometry > &lhs, const std::shared_ptr< Geometry > &rhs) |
bool | operator== (const GeomFactors &lhs, const GeomFactors &rhs) |
Equivalence test for GeomFactors objects. More... | |
MeshGraphFactory & | GetMeshGraphFactory () |
MeshGraphIOFactory & | GetMeshGraphIOFactory () |
std::pair< size_t, size_t > | SplitWork (size_t vecsize, int rank, int nprocs) |
Utility function to split a vector equally amongst a number of processors. More... | |
template<class T , typename std::enable_if< T::kDim==0, int >::type = 0> | |
int | GetGeomDataDim (std::map< int, std::shared_ptr< T > > &geomMap) |
template<class... T> | |
void | UniqueValues (std::unordered_set< int > &unique) |
template<class... T> | |
void | UniqueValues (std::unordered_set< int > &unique, const std::vector< int > &input, T &...args) |
template<class T , typename std::enable_if< T::kDim==0, int >::type = 0> | |
NekDouble | GetGeomData (std::shared_ptr< T > &geom, int i) |
template<class T , typename std::enable_if< T::kDim==1, int >::type = 0> | |
int | GetGeomData (std::shared_ptr< T > &geom, int i) |
MeshPartitionFactory & | GetMeshPartitionFactory () |
static std::string | ReadTag (std::string &tagStr) |
static std::string | StripParentheses (const std::string &str) |
bool | operator== (const PointGeom &x, const PointGeom &y) |
Determine equivalence by the ids. No matter what the position, if the ids are the same, then they are equivalent, and vice versa. More... | |
bool | operator== (const PointGeom &x, const PointGeom *y) |
bool | operator== (const PointGeom *x, const PointGeom &y) |
bool | operator!= (const PointGeom &x, const PointGeom &y) |
bool | operator!= (const PointGeom &x, const PointGeom *y) |
bool | operator!= (const PointGeom *x, const PointGeom &y) |
Variables | |
static const Array< OneD, BoundaryConditionShPtr > | NullBoundaryConditionShPtrArray |
static CurveMap | NullCurveMap |
const std::string | kExpansionTypeStr [] |
const std::string | MovementTypeStr [] |
Map of zone movement type to movement type string. More... | |
const char *const | GeomMMFMap [] |
Session file names associated with tangent principle directions. More... | |
typedef std::map<int, std::vector<unsigned int> > Nektar::SpatialDomains::BndRegionOrdering |
Definition at line 108 of file MeshGraph.h.
typedef std::map<int, BoundaryConditionMapShPtr> Nektar::SpatialDomains::BoundaryConditionCollection |
Definition at line 219 of file Conditions.h.
typedef std::map<std::string, BoundaryConditionShPtr> Nektar::SpatialDomains::BoundaryConditionMap |
Definition at line 217 of file Conditions.h.
typedef std::shared_ptr<BoundaryConditionMap> Nektar::SpatialDomains::BoundaryConditionMapShPtr |
Definition at line 218 of file Conditions.h.
typedef std::shared_ptr<BoundaryConditionBase> Nektar::SpatialDomains::BoundaryConditionShPtr |
Definition at line 212 of file Conditions.h.
typedef std::shared_ptr<BoundaryConditions> Nektar::SpatialDomains::BoundaryConditionsSharedPtr |
Definition at line 289 of file Conditions.h.
typedef std::map<int, CompositeSharedPtr> Nektar::SpatialDomains::BoundaryRegion |
Definition at line 207 of file Conditions.h.
typedef std::map<int, BoundaryRegionShPtr> Nektar::SpatialDomains::BoundaryRegionCollection |
Definition at line 210 of file Conditions.h.
typedef std::shared_ptr<BoundaryRegion> Nektar::SpatialDomains::BoundaryRegionShPtr |
Definition at line 208 of file Conditions.h.
typedef std::map< int, std::pair< LibUtilities::ShapeType, std::vector< int > > > Nektar::SpatialDomains::CompositeDescriptor |
Definition at line 61 of file MeshGraph.h.
typedef std::map< int, CompositeSharedPtr > Nektar::SpatialDomains::CompositeMap |
Definition at line 136 of file MeshGraph.h.
typedef std::map<int, std::vector<unsigned int> > Nektar::SpatialDomains::CompositeOrdering |
Definition at line 107 of file MeshGraph.h.
typedef std::shared_ptr< Composite > Nektar::SpatialDomains::CompositeSharedPtr |
Definition at line 135 of file MeshGraph.h.
typedef std::shared_ptr<const BoundaryRegion> Nektar::SpatialDomains::ConstBoundaryRegionShPtr |
Definition at line 209 of file Conditions.h.
typedef std::unordered_map< int, CurveSharedPtr > Nektar::SpatialDomains::CurveMap |
typedef std::shared_ptr< Curve > Nektar::SpatialDomains::CurveSharedPtr |
Storage type for derivative of mapping.
Definition at line 66 of file GeomFactors.h.
typedef std::shared_ptr<DirichletBoundaryCondition> Nektar::SpatialDomains::DirichletBCShPtr |
Definition at line 213 of file Conditions.h.
typedef std::map<int, ExpansionInfoShPtr> Nektar::SpatialDomains::ExpansionInfoMap |
Definition at line 141 of file MeshGraph.h.
typedef std::shared_ptr<ExpansionInfoMap> Nektar::SpatialDomains::ExpansionInfoMapShPtr |
Definition at line 143 of file MeshGraph.h.
typedef std::map<std::string, ExpansionInfoMapShPtr> Nektar::SpatialDomains::ExpansionInfoMapShPtrMap |
Definition at line 144 of file MeshGraph.h.
typedef std::shared_ptr<ExpansionInfo> Nektar::SpatialDomains::ExpansionInfoShPtr |
Definition at line 140 of file MeshGraph.h.
typedef std::shared_ptr< Geometry0D > Nektar::SpatialDomains::Geometry0DSharedPtr |
Definition at line 46 of file Geometry0D.h.
typedef std::vector<Geometry0DSharedPtr> Nektar::SpatialDomains::Geometry0DVector |
Definition at line 47 of file Geometry0D.h.
typedef std::vector<Geometry0DSharedPtr>::iterator Nektar::SpatialDomains::Geometry0DVectorIter |
Definition at line 48 of file Geometry0D.h.
typedef std::shared_ptr< Geometry1D > Nektar::SpatialDomains::Geometry1DSharedPtr |
Definition at line 61 of file Geometry.h.
typedef std::vector<Geometry1DSharedPtr> Nektar::SpatialDomains::Geometry1DVector |
Definition at line 49 of file Geometry1D.h.
typedef std::shared_ptr< Geometry2D > Nektar::SpatialDomains::Geometry2DSharedPtr |
Definition at line 62 of file Geometry.h.
typedef std::vector< Geometry2DSharedPtr > Nektar::SpatialDomains::Geometry2DVector |
Definition at line 60 of file Geometry2D.h.
typedef std::shared_ptr<Geometry3D> Nektar::SpatialDomains::Geometry3DSharedPtr |
Definition at line 50 of file Geometry3D.h.
typedef std::vector<Geometry3DSharedPtr> Nektar::SpatialDomains::Geometry3DVector |
Definition at line 52 of file Geometry3D.h.
typedef std::shared_ptr<std::vector<std::pair<GeometrySharedPtr, int> > > Nektar::SpatialDomains::GeometryLinkSharedPtr |
Definition at line 166 of file MeshGraph.h.
typedef std::unordered_set<GeometrySharedPtr> Nektar::SpatialDomains::GeometrySet |
Definition at line 53 of file Geometry.h.
typedef std::shared_ptr< Geometry > Nektar::SpatialDomains::GeometrySharedPtr |
Definition at line 51 of file Geometry.h.
typedef std::vector<GeometrySharedPtr> Nektar::SpatialDomains::GeometryVector |
Definition at line 52 of file Geometry.h.
typedef std::shared_ptr<GeometryVector> Nektar::SpatialDomains::GeometryVectorSharedPtr |
Definition at line 54 of file Geometry.h.
typedef std::unordered_set<GeomFactorsSharedPtr> Nektar::SpatialDomains::GeomFactorsSet |
An unordered set of GeomFactor pointers.
Definition at line 64 of file GeomFactors.h.
typedef std::shared_ptr<GeomFactors> Nektar::SpatialDomains::GeomFactorsSharedPtr |
Pointer to a GeomFactors object.
Definition at line 60 of file GeomFactors.h.
typedef std::vector<GeomFactorsSharedPtr> Nektar::SpatialDomains::GeomFactorsVector |
A vector of GeomFactor pointers.
Definition at line 62 of file GeomFactors.h.
typedef std::map<std::string, std::string> Nektar::SpatialDomains::GeomInfoMap |
Definition at line 164 of file MeshGraph.h.
typedef std::map<int, HexGeomSharedPtr> Nektar::SpatialDomains::HexGeomMap |
typedef std::shared_ptr<HexGeom> Nektar::SpatialDomains::HexGeomSharedPtr |
typedef std::map<std::pair<int, std::string>, InterfacePairShPtr> Nektar::SpatialDomains::InterfaceCollection |
Definition at line 49 of file Movement.h.
typedef std::shared_ptr<InterfacePair> Nektar::SpatialDomains::InterfacePairShPtr |
Definition at line 166 of file InterfaceInterpolation.h.
typedef std::shared_ptr<Interface> Nektar::SpatialDomains::InterfaceShPtr |
Definition at line 127 of file InterfaceInterpolation.h.
typedef LibUtilities::NekFactory<std::string, MeshGraph> Nektar::SpatialDomains::MeshGraphFactory |
Definition at line 532 of file MeshGraph.h.
typedef LibUtilities::NekFactory<std::string, MeshGraphIO> Nektar::SpatialDomains::MeshGraphIOFactory |
Definition at line 111 of file MeshGraphIO.h.
typedef std::shared_ptr<MeshGraphIO> Nektar::SpatialDomains::MeshGraphIOSharedPtr |
Definition at line 46 of file MeshGraphIO.h.
typedef std::shared_ptr< MeshGraph > Nektar::SpatialDomains::MeshGraphSharedPtr |
Definition at line 174 of file MeshGraph.h.
typedef std::map<std::string, std::string> Nektar::SpatialDomains::MeshMetaDataMap |
Definition at line 171 of file MeshGraph.h.
typedef LibUtilities::NekFactory<std::string, MeshPartition, const LibUtilities::SessionReaderSharedPtr, LibUtilities::CommSharedPtr, int, std::map<int, MeshEntity>, CompositeDescriptor> Nektar::SpatialDomains::MeshPartitionFactory |
Datatype of the NekFactory used to instantiate classes derived from the EquationSystem class.
Definition at line 60 of file MeshPartition.h.
typedef std::shared_ptr<MeshPartition> Nektar::SpatialDomains::MeshPartitionSharedPtr |
Definition at line 173 of file MeshPartition.h.
typedef std::shared_ptr< Movement > Nektar::SpatialDomains::MovementSharedPtr |
Definition at line 177 of file MeshGraph.h.
typedef std::shared_ptr<NeumannBoundaryCondition> Nektar::SpatialDomains::NeumannBCShPtr |
Definition at line 214 of file Conditions.h.
typedef std::map<int, PointGeomSharedPtr> Nektar::SpatialDomains::PointGeomMap |
Definition at line 51 of file PointGeom.h.
typedef std::shared_ptr< PointGeom > Nektar::SpatialDomains::PointGeomSharedPtr |
Definition at line 57 of file Geometry.h.
typedef std::vector< PointGeomSharedPtr > Nektar::SpatialDomains::PointGeomVector |
Definition at line 61 of file Geometry2D.h.
typedef std::map<int, PrismGeomSharedPtr> Nektar::SpatialDomains::PrismGeomMap |
Definition at line 83 of file PrismGeom.h.
typedef std::shared_ptr<PrismGeom> Nektar::SpatialDomains::PrismGeomSharedPtr |
Definition at line 82 of file PrismGeom.h.
typedef std::map<int, PyrGeomSharedPtr> Nektar::SpatialDomains::PyrGeomMap |
typedef std::shared_ptr<PyrGeom> Nektar::SpatialDomains::PyrGeomSharedPtr |
typedef std::map<int, QuadGeomSharedPtr> Nektar::SpatialDomains::QuadGeomMap |
Definition at line 52 of file QuadGeom.h.
typedef std::shared_ptr< QuadGeom > Nektar::SpatialDomains::QuadGeomSharedPtr |
typedef std::shared_ptr<RobinBoundaryCondition> Nektar::SpatialDomains::RobinBCShPtr |
Definition at line 215 of file Conditions.h.
typedef std::map<int, SegGeomSharedPtr> Nektar::SpatialDomains::SegGeomMap |
typedef std::shared_ptr< SegGeom > Nektar::SpatialDomains::SegGeomSharedPtr |
Definition at line 59 of file Geometry2D.h.
typedef std::vector< SegGeomSharedPtr > Nektar::SpatialDomains::SegGeomVector |
Definition at line 62 of file Geometry2D.h.
typedef std::map<int, TetGeomSharedPtr> Nektar::SpatialDomains::TetGeomMap |
typedef std::shared_ptr<TetGeom> Nektar::SpatialDomains::TetGeomSharedPtr |
typedef std::vector<TetGeomSharedPtr> Nektar::SpatialDomains::TetGeomVector |
typedef std::map<int, TriGeomSharedPtr> Nektar::SpatialDomains::TriGeomMap |
typedef std::shared_ptr<TriGeom> Nektar::SpatialDomains::TriGeomSharedPtr |
typedef std::shared_ptr<ZoneBase> Nektar::SpatialDomains::ZoneBaseShPtr |
typedef std::shared_ptr<ZoneFixed> Nektar::SpatialDomains::ZoneFixedShPtr |
typedef std::shared_ptr<ZoneRotate> Nektar::SpatialDomains::ZoneRotateShPtr |
typedef std::shared_ptr<ZoneTranslate> Nektar::SpatialDomains::ZoneTranslateShPtr |
Enumerator | |
---|---|
eDirichlet | |
eNeumann | |
eRobin | |
ePeriodic | |
eNotDefined |
Definition at line 51 of file Conditions.h.
Definition at line 63 of file MeshGraph.h.
Principle direction for MMF.
Definition at line 71 of file SpatialDomains.hpp.
Indicates if the geometric information for an element has been populated.
Enumerator | |
---|---|
eNotFilled | Geometric information has not been generated. |
ePtsFilled | Geometric information has been generated. |
Definition at line 62 of file SpatialDomains.hpp.
Indicates the type of element geometry.
This property of the element geometry is used to indicate the necessary storage for the element's geometric information and its corresponding computational complexity. In many cases significant savings in both cases can be made based on this information, in comparison to the most generic case.
Enumerator | |
---|---|
eNoGeomType | No type defined. |
eRegular | Geometry is straight-sided with constant geometric factors. |
eDeformed | Geometry is curved or has non-constant factors. |
eMovingRegular | Currently unused. |
Definition at line 49 of file SpatialDomains.hpp.
|
inline |
Definition at line 1419 of file MeshGraphIOHDF5.cpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::WriteGeometryMap().
|
inline |
Definition at line 1425 of file MeshGraphIOHDF5.cpp.
|
inline |
Definition at line 113 of file MeshGraphIOHDF5.cpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::FillGeomMap(), Nektar::SpatialDomains::MeshGraphIOHDF5::ReadGeometryData(), and Nektar::SpatialDomains::MeshGraphIOHDF5::WriteGeometryMap().
MeshGraphFactory & Nektar::SpatialDomains::GetMeshGraphFactory | ( | ) |
Returns an instance of the MeshGraph factory, held as a singleton.
Definition at line 77 of file MeshGraph.cpp.
MeshGraphIOFactory & Nektar::SpatialDomains::GetMeshGraphIOFactory | ( | ) |
Returns an instance of the MeshGraphIO factory, held as a singleton.
Definition at line 47 of file MeshGraphIO.cpp.
Referenced by MeshGraphIO_Create(), Nektar::SpatialDomains::MeshGraphIO::Read(), Nektar::FieldUtils::OutputXml::v_Process(), and Nektar::IterativeElasticSystem::WriteGeometry().
MeshPartitionFactory & Nektar::SpatialDomains::GetMeshPartitionFactory | ( | ) |
Definition at line 66 of file MeshPartition.cpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::v_PartitionMesh(), and Nektar::SpatialDomains::MeshGraphIOXml::v_PartitionMesh().
bool Nektar::SpatialDomains::GlobalIdEquality | ( | const std::shared_ptr< Geometry > & | lhs, |
const std::shared_ptr< Geometry > & | rhs | ||
) |
Definition at line 126 of file Geometry.cpp.
Definition at line 207 of file PointGeom.cpp.
Definition at line 212 of file PointGeom.cpp.
Definition at line 217 of file PointGeom.cpp.
bool Nektar::SpatialDomains::operator== | ( | const GeomFactors & | lhs, |
const GeomFactors & | rhs | ||
) |
Equivalence test for GeomFactors objects.
Tests if two GeomFactors classes are equal.
Member data equivalence is tested in the following order: shape type, expansion dimension, coordinate dimension and coordinates.
Definition at line 116 of file GeomFactors.cpp.
Determine equivalence by the ids. No matter what the position, if the ids are the same, then they are equivalent, and vice versa.
Definition at line 192 of file PointGeom.cpp.
Definition at line 197 of file PointGeom.cpp.
Definition at line 202 of file PointGeom.cpp.
|
inlinestatic |
Definition at line 49 of file Movement/Movement.cpp.
References ASSERTL0.
Referenced by Nektar::SpatialDomains::Movement::ReadInterfaces(), and Nektar::SpatialDomains::Movement::ReadZones().
std::set< int > Nektar::SpatialDomains::ShareAllBoundaryIDs | ( | const BoundaryRegionCollection & | boundaryRegions, |
LibUtilities::CommSharedPtr | comm | ||
) |
Definition at line 88 of file Conditions.cpp.
References ToArray().
Referenced by Nektar::SpatialDomains::BoundaryConditions::CreateBoundaryComms().
bool Nektar::SpatialDomains::SortByGlobalId | ( | const std::shared_ptr< Geometry > & | lhs, |
const std::shared_ptr< Geometry > & | rhs | ||
) |
Less than operator to sort Geometry objects by global id when sorting STL containers.
Definition at line 120 of file Geometry.cpp.
std::pair< size_t, size_t > Nektar::SpatialDomains::SplitWork | ( | size_t | vecsize, |
int | rank, | ||
int | nprocs | ||
) |
Utility function to split a vector equally amongst a number of processors.
vecsize | Size of the total amount of work |
rank | Rank of this process |
nprocs | Number of processors in the group |
Definition at line 98 of file MeshGraphIOHDF5.cpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::v_PartitionMesh().
|
inlinestatic |
Definition at line 64 of file Movement/Movement.cpp.
Referenced by Nektar::SpatialDomains::Movement::WriteMovement().
Helper that turns a set into an array.
Definition at line 68 of file Conditions.cpp.
Referenced by ShareAllBoundaryIDs().
|
inline |
Definition at line 141 of file MeshGraphIOHDF5.cpp.
Referenced by UniqueValues(), and Nektar::SpatialDomains::MeshGraphIOHDF5::v_PartitionMesh().
|
inline |
Definition at line 146 of file MeshGraphIOHDF5.cpp.
References UniqueValues().
const char* const Nektar::SpatialDomains::GeomMMFMap[] |
Session file names associated with tangent principle directions.
Definition at line 87 of file SpatialDomains.hpp.
Referenced by Nektar::SolverUtils::MMFSystem::CheckMovingFrames(), and Nektar::SolverUtils::MMFSystem::v_GenerateSummary().
const std::string Nektar::SpatialDomains::kExpansionTypeStr[] |
Definition at line 88 of file MeshGraph.h.
Referenced by Nektar::SpatialDomains::MeshGraph::ReadExpansionInfo().
const std::string Nektar::SpatialDomains::MovementTypeStr[] |
Map of zone movement type to movement type string.
Definition at line 56 of file Zones.h.
Referenced by export_Zones(), Nektar::SpatialDomains::Movement::Movement(), and Nektar::SpatialDomains::Movement::WriteMovement().
|
static |
Definition at line 222 of file Conditions.h.
|
static |
Definition at line 67 of file Geometry.h.