Helmholtz operator using LocalRegions implementation.
More...
|
| | ~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) 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 the supplied factor map. 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...
|
| |
Helmholtz operator using LocalRegions implementation.
Definition at line 62 of file library/Collections/Helmholtz.cpp.
◆ ~Helmholtz_NoCollection()
| Nektar::Collections::Helmholtz_NoCollection::~Helmholtz_NoCollection |
( |
| ) |
|
|
inlinefinal |
◆ Helmholtz_NoCollection()
Definition at line 114 of file library/Collections/Helmholtz.cpp.
117 :
Operator(pCollExp, pGeomData, factors)
120 m_dim = pCollExp[0]->GetNumBases();
StdRegions::FactorMap m_factors
vector< StdRegions::StdExpansionSharedPtr > m_expList
Operator(std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, std::shared_ptr< CoalescedGeomData > GeomData, StdRegions::FactorMap factors)
Constructor.
◆ CheckFactors()
| virtual void Nektar::Collections::Helmholtz_NoCollection::CheckFactors |
( |
StdRegions::FactorMap |
factors, |
|
|
int |
coll_phys_offset |
|
) |
| |
|
inlinevirtual |
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ m_coordim
| int Nektar::Collections::Helmholtz_NoCollection::m_coordim |
|
protected |
◆ m_dim
| int Nektar::Collections::Helmholtz_NoCollection::m_dim |
|
protected |
◆ m_expList
◆ m_factors