|
Nektar++
|
Helmholtz operator using LocalRegions implementation. More...
Public Member Functions | |
| ~Helmholtz_NoCollection () final | |
| void | operator() (const Array< OneD, const NekDouble > &entry0, Array< OneD, NekDouble > &entry1, Array< OneD, NekDouble > &entry2, Array< OneD, NekDouble > &entry3, 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 the supplied factor map. More... | |
Public Member Functions inherited from Nektar::Collections::Operator | |
| 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 | |
| int | m_dim |
| int | m_coordim |
| vector< StdRegions::StdExpansionSharedPtr > | m_expList |
| StdRegions::FactorMap | m_factors |
Protected Attributes inherited from Nektar::Collections::Operator | |
| bool | m_isDeformed |
| StdRegions::StdExpansionSharedPtr | m_stdExp |
| unsigned int | m_numElmt |
| unsigned int | m_nqe |
| unsigned int | m_wspSize |
Private Member Functions | |
| Helmholtz_NoCollection (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData, StdRegions::FactorMap factors) | |
Helmholtz operator using LocalRegions implementation.
Definition at line 62 of file library/Collections/Helmholtz.cpp.
|
inlinefinal |
Definition at line 67 of file library/Collections/Helmholtz.cpp.
|
inlineprivate |
Definition at line 114 of file library/Collections/Helmholtz.cpp.
References Nektar::VarcoeffHashingTest::factors, m_coordim, m_dim, m_expList, and m_factors.
|
inlineoverridevirtual |
Check the validity of the supplied factor map.
Implements Nektar::Collections::Operator.
Definition at line 100 of file library/Collections/Helmholtz.cpp.
References Nektar::VarcoeffHashingTest::factors, and m_factors.
|
inlinefinaloverridevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 71 of file library/Collections/Helmholtz.cpp.
References Nektar::StdRegions::eHelmholtz, m_expList, m_factors, and Nektar::Collections::Operator::m_numElmt.
|
inlinefinaloverridevirtual |
Implements Nektar::Collections::Operator.
Definition at line 92 of file library/Collections/Helmholtz.cpp.
References Nektar::ErrorUtil::efatal, and NEKERROR.
|
protected |
Definition at line 109 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_NoCollection().
|
protected |
Definition at line 108 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_NoCollection().
|
protected |
Definition at line 110 of file library/Collections/Helmholtz.cpp.
Referenced by Helmholtz_NoCollection(), and operator()().
|
protected |
Definition at line 111 of file library/Collections/Helmholtz.cpp.
Referenced by CheckFactors(), Helmholtz_NoCollection(), and operator()().