Nektar++
|
#include <unordered_set>
#include <LibUtilities/BasicUtils/HashUtils.hpp>
#include <LibUtilities/Foundations/Basis.h>
#include <SpatialDomains/SpatialDomains.hpp>
#include <SpatialDomains/SpatialDomainsDeclspec.h>
#include <StdRegions/StdExpansion.h>
#include <StdRegions/StdRegions.hpp>
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 | |
namespace | Nektar |
namespace | Nektar::SpatialDomains |
Typedefs | |
typedef std::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 std::unordered_set< GeomFactorsSharedPtr > | Nektar::SpatialDomains::GeomFactorsSet |
An unordered set of GeomFactor pointers. 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... | |