Nektar++
|
Backward transform operator using sum-factorisation (Tet) More...
Public Member Functions | |
virtual | ~BwdTrans_SumFac_Tet () |
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... | |
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_sortTopEdge |
Protected Attributes inherited from Nektar::Collections::Operator | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
BwdTrans_SumFac_Tet (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Backward transform operator using sum-factorisation (Tet)
Definition at line 709 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 714 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 843 of file BwdTrans.cpp.
References Nektar::LibUtilities::eModified_A.
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 718 of file BwdTrans.cpp.
References ASSERTL1.
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 821 of file BwdTrans.cpp.
References ASSERTL0.
Definition at line 837 of file BwdTrans.cpp.
Definition at line 838 of file BwdTrans.cpp.
Definition at line 839 of file BwdTrans.cpp.
|
protected |
Definition at line 834 of file BwdTrans.cpp.
|
protected |
Definition at line 835 of file BwdTrans.cpp.
|
protected |
Definition at line 836 of file BwdTrans.cpp.
|
protected |
Definition at line 831 of file BwdTrans.cpp.
|
protected |
Definition at line 832 of file BwdTrans.cpp.
|
protected |
Definition at line 833 of file BwdTrans.cpp.
|
protected |
Definition at line 840 of file BwdTrans.cpp.