Nektar++
|
Backward transform operator using sum-factorisation (Quad) More...
Public Member Functions | |
virtual | ~BwdTrans_SumFac_Quad () |
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_nquad1 |
const int | m_nmodes0 |
const int | m_nmodes1 |
const bool | m_colldir0 |
const bool | m_colldir1 |
Array< OneD, const NekDouble > | m_base0 |
Array< OneD, const NekDouble > | m_base1 |
![]() | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
BwdTrans_SumFac_Quad (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Backward transform operator using sum-factorisation (Quad)
Definition at line 394 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 399 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 481 of file BwdTrans.cpp.
References Nektar::StdRegions::eBwdTrans, Nektar::LibUtilities::eQuadrilateral, Nektar::Collections::eSumFac, and Nektar::Collections::GetOperatorFactory().
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 403 of file BwdTrans.cpp.
References ASSERTL1, Blas::Dgemm(), and Vmath::Vcopy().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 460 of file BwdTrans.cpp.
References ASSERTL0.
Definition at line 477 of file BwdTrans.cpp.
Definition at line 478 of file BwdTrans.cpp.
|
protected |
Definition at line 475 of file BwdTrans.cpp.
|
protected |
Definition at line 476 of file BwdTrans.cpp.
|
protected |
Definition at line 473 of file BwdTrans.cpp.
|
protected |
Definition at line 474 of file BwdTrans.cpp.
|
protected |
Definition at line 471 of file BwdTrans.cpp.
|
protected |
Definition at line 472 of file BwdTrans.cpp.