Nektar++
|
Backward transform operator using sum-factorisation (Pyr) More...
Public Member Functions | |
virtual | ~BwdTrans_SumFac_Pyr () |
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_nquad2 |
const int | m_nmodes0 |
const int | m_nmodes1 |
const int | m_nmodes2 |
Array< OneD, const NekDouble > | m_base0 |
Array< OneD, const NekDouble > | m_base1 |
Array< OneD, const NekDouble > | m_base2 |
bool | m_sortTopVertex |
![]() | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
BwdTrans_SumFac_Pyr (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Backward transform operator using sum-factorisation (Pyr)
Definition at line 1050 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 1055 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 1177 of file BwdTrans.cpp.
References Nektar::StdRegions::eBwdTrans, Nektar::LibUtilities::eModified_A, Nektar::LibUtilities::ePyramid, Nektar::Collections::eSumFac, and Nektar::Collections::GetOperatorFactory().
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 1059 of file BwdTrans.cpp.
References ASSERTL1, Blas::Daxpy(), Blas::Dgemm(), and Vmath::Zero().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 1153 of file BwdTrans.cpp.
References ASSERTL0.
Definition at line 1171 of file BwdTrans.cpp.
Definition at line 1172 of file BwdTrans.cpp.
Definition at line 1173 of file BwdTrans.cpp.
|
protected |
Definition at line 1168 of file BwdTrans.cpp.
|
protected |
Definition at line 1169 of file BwdTrans.cpp.
|
protected |
Definition at line 1170 of file BwdTrans.cpp.
|
protected |
Definition at line 1165 of file BwdTrans.cpp.
|
protected |
Definition at line 1166 of file BwdTrans.cpp.
|
protected |
Definition at line 1167 of file BwdTrans.cpp.
|
protected |
Definition at line 1174 of file BwdTrans.cpp.