Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
GeomFactors.h File Reference
#include <boost/unordered_set.hpp>
#include <LibUtilities/Foundations/Basis.h>
#include <SpatialDomains/SpatialDomains.hpp>
#include <SpatialDomains/SpatialDomainsDeclspec.h>
#include <StdRegions/StdExpansion.h>
#include <StdRegions/StdRegions.hpp>
Include dependency graph for GeomFactors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::SpatialDomains::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  Nektar::SpatialDomains::GeomFactorsHash
 A hash functor for geometric factors. Utilises GeomFactors::GetHash. More...
 

Namespaces

 Nektar
 <
 
 Nektar::SpatialDomains
 

Typedefs

typedef boost::shared_ptr
< GeomFactors > 
Nektar::SpatialDomains::GeomFactorsSharedPtr
 Pointer to a GeomFactors object. More...
 
typedef std::vector
< GeomFactorsSharedPtr > 
Nektar::SpatialDomains::GeomFactorsVector
 A vector of GeomFactor pointers. More...
 
typedef GeomFactorsVector::iterator Nektar::SpatialDomains::GeomFactorsVectorIter
 Iterator for the GeomFactorsVector. More...
 
typedef boost::unordered_set
< GeomFactorsSharedPtr > 
Nektar::SpatialDomains::GeomFactorsSet
 An unordered set of GeomFactor pointers. More...
 
typedef boost::unordered_set
< GeomFactorsSharedPtr >
::iterator 
Nektar::SpatialDomains::GeomFactorsSetIter
 Iterator for the GeomFactorsSet. More...
 
typedef Array< OneD, Array
< OneD, Array< OneD, NekDouble > > > 
Nektar::SpatialDomains::DerivStorage
 Storage type for derivative of mapping. More...
 

Functions

bool Nektar::SpatialDomains::operator== (const GeomFactors &lhs, const GeomFactors &rhs)
 Equivalence test for GeomFactors objects. More...