Nektar++
|
Backward transform operator using default StdRegions operator. More...
Public Member Functions | |
virtual | ~BwdTrans_IterPerExp () |
virtual void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp) |
Perform operation. More... | |
virtual void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp) |
Public Member Functions inherited from Nektar::Collections::Operator | |
Operator (std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, boost::shared_ptr< CoalescedGeomData > GeomData) | |
Constructor. More... | |
virtual COLLECTIONS_EXPORT | ~Operator () |
int | GetWspSize () |
Get the size of the required workspace. More... | |
Private Member Functions | |
BwdTrans_IterPerExp (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Additional Inherited Members | |
Protected Attributes inherited from Nektar::Collections::Operator | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Backward transform operator using default StdRegions operator.
Definition at line 141 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 146 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 177 of file BwdTrans.cpp.
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 150 of file BwdTrans.cpp.
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 167 of file BwdTrans.cpp.
References ASSERTL0.