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) override final |
Perform operation. More... | |
void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp) override final |
virtual void | CheckFactors (StdRegions::FactorMap factors, int coll_phys_offset) override |
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 void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output0, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp=NullNekDouble1DArray)=0 |
Perform operation. More... | |
virtual COLLECTIONS_EXPORT void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp=NullNekDouble1DArray)=0 |
virtual COLLECTIONS_EXPORT | ~Operator () |
virtual COLLECTIONS_EXPORT void | CheckFactors (StdRegions::FactorMap factors, int coll_phys_offset)=0 |
Check the validity of the supplied factor map. More... | |
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 163 of file library/Collections/Helmholtz.cpp.
|
inlinefinal |
Definition at line 168 of file library/Collections/Helmholtz.cpp.
|
inlineprivate |
Definition at line 494 of file library/Collections/Helmholtz.cpp.
References CheckFactors(), m_coordim, m_derivFac, m_dim, m_factors, m_HasVarCoeffDiff, m_jac, m_lambda, Nektar::Collections::Operator::m_stdExp, Nektar::Collections::Operator::m_wspSize, and Nektar::StdRegions::NullFactorMap.
|
inlineoverridevirtual |
Check the validity of supplied constant factors.
factors | Map of factors |
coll_phys_offset | Unused |
Implements Nektar::Collections::Operator.
Definition at line 416 of file library/Collections/Helmholtz.cpp.
References ASSERTL1, Nektar::StdRegions::ConstFactorTypeMap, Nektar::UnitTests::d(), Nektar::StdRegions::eFactorCoeffD00, Nektar::StdRegions::eFactorLambda, Nektar::VarcoeffHashingTest::factors, m_coordim, m_diff, m_factorCoeffDef, m_factors, m_HasVarCoeffDiff, and m_lambda.
Referenced by Helmholtz_IterPerExp().
|
inlinefinaloverridevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 172 of file library/Collections/Helmholtz.cpp.
References ASSERTL1, m_coordim, m_derivFac, m_diff, m_dim, m_HasVarCoeffDiff, Nektar::Collections::Operator::m_isDeformed, m_jac, m_lambda, Nektar::Collections::Operator::m_numElmt, Nektar::Collections::Operator::m_stdExp, Vmath::Smul(), Vmath::Svtvp(), Vmath::Vadd(), Vmath::Vmul(), and Vmath::Vvtvp().
|
inlinefinaloverridevirtual |
Implements Nektar::Collections::Operator.
Definition at line 402 of file library/Collections/Helmholtz.cpp.
References Nektar::ErrorUtil::efatal, and NEKERROR.
|
protected |
Definition at line 480 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), Helmholtz_IterPerExp(), and operator()().
Definition at line 477 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_IterPerExp(), and operator()().
Definition at line 484 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), and operator()().
|
protected |
Definition at line 479 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_IterPerExp(), and operator()().
|
protected |
Definition at line 485 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors().
|
protected |
Definition at line 481 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), and Helmholtz_IterPerExp().
|
protected |
Definition at line 483 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), Helmholtz_IterPerExp(), and operator()().
Definition at line 478 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_IterPerExp(), and operator()().
|
protected |
Definition at line 482 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), Helmholtz_IterPerExp(), and operator()().