Nektar++
|
Backward transform operator using sum-factorisation (Hex) More...
Public Member Functions | |
virtual | ~BwdTrans_SumFac_Hex () |
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 |
const bool | m_colldir0 |
const bool | m_colldir1 |
const bool | m_colldir2 |
Protected Attributes inherited from Nektar::Collections::Operator | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
BwdTrans_SumFac_Hex (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Backward transform operator using sum-factorisation (Hex)
Definition at line 596 of file BwdTrans.cpp.
|
inlinevirtual |
Definition at line 601 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 677 of file BwdTrans.cpp.
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 605 of file BwdTrans.cpp.
References ASSERTL1, and Vmath::Vcopy().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 653 of file BwdTrans.cpp.
References ASSERTL0.
Definition at line 669 of file BwdTrans.cpp.
Definition at line 670 of file BwdTrans.cpp.
Definition at line 671 of file BwdTrans.cpp.
|
protected |
Definition at line 672 of file BwdTrans.cpp.
|
protected |
Definition at line 673 of file BwdTrans.cpp.
|
protected |
Definition at line 674 of file BwdTrans.cpp.
|
protected |
Definition at line 666 of file BwdTrans.cpp.
|
protected |
Definition at line 667 of file BwdTrans.cpp.
|
protected |
Definition at line 668 of file BwdTrans.cpp.
|
protected |
Definition at line 663 of file BwdTrans.cpp.
|
protected |
Definition at line 664 of file BwdTrans.cpp.
|
protected |
Definition at line 665 of file BwdTrans.cpp.