Nektar++
|
Helmholtz operator using LocalRegions implementation. More...
Public Member Functions | |
~Helmholtz_IterPerExp () final | |
void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp) final |
Perform operation. More... | |
void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp) final |
virtual void | CheckFactors (StdRegions::FactorMap factors, int coll_phys_offset) |
Check the validity of supplied constant factors. More... | |
![]() | |
Operator (std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, std::shared_ptr< CoalescedGeomData > GeomData, StdRegions::FactorMap factors) | |
Constructor. More... | |
virtual COLLECTIONS_EXPORT | ~Operator () |
unsigned int | GetWspSize () |
Get the size of the required workspace. More... | |
unsigned int | GetNumElmt () |
Get expansion pointer. More... | |
StdRegions::StdExpansionSharedPtr | GetExpSharedPtr () |
Get expansion pointer. More... | |
Protected Attributes | |
Array< TwoD, const NekDouble > | m_derivFac |
Array< OneD, const NekDouble > | m_jac |
int | m_dim |
int | m_coordim |
StdRegions::FactorMap | m_factors |
NekDouble | m_lambda |
bool | m_HasVarCoeffDiff |
Array< OneD, Array< OneD, NekDouble > > | m_diff |
const StdRegions::ConstFactorType | m_factorCoeffDef [3][3] |
![]() | |
bool | m_isDeformed |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_nqe |
unsigned int | m_wspSize |
Private Member Functions | |
Helmholtz_IterPerExp (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData, StdRegions::FactorMap factors) | |
Helmholtz operator using LocalRegions implementation.
Definition at line 178 of file library/Collections/Helmholtz.cpp.
|
inlinefinal |
Definition at line 183 of file library/Collections/Helmholtz.cpp.
|
inlineprivate |
Definition at line 512 of file library/Collections/Helmholtz.cpp.
References Nektar::StdRegions::NullFactorMap.
|
inlinevirtual |
Check the validity of supplied constant factors.
factors | Map of factors |
coll_phys_offset | Unused |
Implements Nektar::Collections::Operator.
Definition at line 434 of file library/Collections/Helmholtz.cpp.
References ASSERTL1, Nektar::StdRegions::ConstFactorTypeMap, Nektar::StdRegions::eFactorCoeffD00, and Nektar::StdRegions::eFactorLambda.
|
inlinefinalvirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 187 of file library/Collections/Helmholtz.cpp.
References ASSERTL1, Vmath::Smul(), Vmath::Svtvp(), Vmath::Vadd(), Vmath::Vmul(), and Vmath::Vvtvp().
|
inlinefinalvirtual |
Implements Nektar::Collections::Operator.
Definition at line 418 of file library/Collections/Helmholtz.cpp.
References NEKERROR.
|
protected |
Definition at line 498 of file library/Collections/Helmholtz.cpp.
Definition at line 495 of file library/Collections/Helmholtz.cpp.
Definition at line 502 of file library/Collections/Helmholtz.cpp.
|
protected |
Definition at line 497 of file library/Collections/Helmholtz.cpp.
|
protected |
Definition at line 503 of file library/Collections/Helmholtz.cpp.
|
protected |
Definition at line 499 of file library/Collections/Helmholtz.cpp.
|
protected |
Definition at line 501 of file library/Collections/Helmholtz.cpp.
Definition at line 496 of file library/Collections/Helmholtz.cpp.
|
protected |
Definition at line 500 of file library/Collections/Helmholtz.cpp.