Nektar++
|
Backward transform operator using sum-factorisation (Segment) More...
Public Member Functions | |
virtual | ~BwdTrans_SumFac_Seg () |
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... | |
Protected Attributes | |
const int | m_nquad0 |
const int | m_nmodes0 |
const bool | m_colldir0 |
Array< OneD, const NekDouble > | m_base0 |
![]() | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
BwdTrans_SumFac_Seg (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Backward transform operator using sum-factorisation (Segment)
Definition at line 321 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 326 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 370 of file BwdTrans.cpp.
References Nektar::StdRegions::eBwdTrans, Nektar::LibUtilities::eSegment, Nektar::Collections::eSumFac, and Nektar::Collections::GetOperatorFactory().
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 330 of file BwdTrans.cpp.
References Blas::Dgemm(), and Vmath::Vcopy().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 352 of file BwdTrans.cpp.
References ASSERTL0.
Definition at line 367 of file BwdTrans.cpp.
|
protected |
Definition at line 366 of file BwdTrans.cpp.
|
protected |
Definition at line 365 of file BwdTrans.cpp.
|
protected |
Definition at line 364 of file BwdTrans.cpp.