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) |
![]() | |
Operator (std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, std::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 | |
![]() | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Backward transform operator using default StdRegions operator.
Definition at line 146 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 151 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 185 of file BwdTrans.cpp.
References Nektar::StdRegions::eBwdTrans, Nektar::LibUtilities::eHexahedron, Nektar::Collections::eIterPerExp, Nektar::LibUtilities::ePrism, Nektar::LibUtilities::ePyramid, Nektar::LibUtilities::eQuadrilateral, Nektar::LibUtilities::eSegment, Nektar::LibUtilities::eTetrahedron, Nektar::LibUtilities::eTriangle, Nektar::Collections::GetOperatorFactory(), and Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::RegisterCreatorFunction().
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 155 of file BwdTrans.cpp.
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 174 of file BwdTrans.cpp.
References ASSERTL0.