Nektar++
|
#include <CoalescedGeomData.h>
Public Member Functions | |
CoalescedGeomData (void) | |
virtual | ~CoalescedGeomData (void) |
const Array< OneD, const NekDouble > & | GetJac (std::vector< StdRegions::StdExpansionSharedPtr > &pColLExp) |
const Array< OneD, const NekDouble > & | GetJacWithStdWeights (std::vector< StdRegions::StdExpansionSharedPtr > &pColLExp) |
const Array< TwoD, const NekDouble > & | GetDerivFactors (std::vector< StdRegions::StdExpansionSharedPtr > &pColLExp) |
Private Attributes | |
std::map< GeomData, Array < OneD, NekDouble > > | m_oneDGeomData |
std::map< GeomData, Array < TwoD, NekDouble > > | m_twoDGeomData |
Definition at line 54 of file CoalescedGeomData.h.
Nektar::Collections::CoalescedGeomData::CoalescedGeomData | ( | void | ) |
Definition at line 44 of file CoalescedGeomData.cpp.
|
virtual |
Definition at line 48 of file CoalescedGeomData.cpp.
const Array< TwoD, const NekDouble > & Nektar::Collections::CoalescedGeomData::GetDerivFactors | ( | std::vector< StdRegions::StdExpansionSharedPtr > & | pColLExp | ) |
Definition at line 147 of file CoalescedGeomData.cpp.
References Nektar::SpatialDomains::eDeformed, Nektar::Collections::eDerivFactors, Vmath::Fill(), npts, and Vmath::Vcopy().
const Array< OneD, const NekDouble > & Nektar::Collections::CoalescedGeomData::GetJac | ( | std::vector< StdRegions::StdExpansionSharedPtr > & | pColLExp | ) |
Definition at line 52 of file CoalescedGeomData.cpp.
References Nektar::SpatialDomains::eDeformed, Nektar::Collections::eJac, Vmath::Fill(), npts, and Vmath::Vcopy().
const Array< OneD, const NekDouble > & Nektar::Collections::CoalescedGeomData::GetJacWithStdWeights | ( | std::vector< StdRegions::StdExpansionSharedPtr > & | pColLExp | ) |
Definition at line 100 of file CoalescedGeomData.cpp.
References Nektar::SpatialDomains::eDeformed, Nektar::Collections::eJacWithStdWeights, Vmath::Fill(), npts, and Vmath::Vcopy().
|
private |
Definition at line 71 of file CoalescedGeomData.h.