Nektar++
|
Backward transform operator using matrix free operators. More...
Public Member Functions | |
~BwdTrans_MatrixFree () final | |
void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output0, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp) final |
Perform operation. More... | |
void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp) final |
virtual void | CheckFactors (StdRegions::FactorMap factors, int coll_phys_offset) |
Check the validity of the supplied factor map. More... | |
![]() | |
Operator (std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, std::shared_ptr< CoalescedGeomData > GeomData, StdRegions::FactorMap factors) | |
Constructor. More... | |
virtual COLLECTIONS_EXPORT | ~Operator () |
unsigned int | GetWspSize () |
Get the size of the required workspace. More... | |
unsigned int | GetNumElmt () |
Get expansion pointer. More... | |
StdRegions::StdExpansionSharedPtr | GetExpSharedPtr () |
Get expansion pointer. More... | |
Private Member Functions | |
BwdTrans_MatrixFree (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData, StdRegions::FactorMap factors) | |
![]() | |
MatrixFreeOneInOneOut (const unsigned int nIn, const unsigned int nOut, const unsigned int nCollSize) | |
Constructor. More... | |
Private Attributes | |
std::shared_ptr< MatrixFree::BwdTrans > | m_oper |
![]() | |
Array< OneD, NekDouble > | m_input |
padded input/output vectors More... | |
Array< OneD, NekDouble > | m_output |
Additional Inherited Members | |
![]() | |
bool | m_isDeformed |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_nqe |
unsigned int | m_wspSize |
Backward transform operator using matrix free operators.
Definition at line 150 of file BwdTrans.cpp.
|
inlinefinal |
Definition at line 155 of file BwdTrans.cpp.
|
inlineprivate |
Definition at line 202 of file BwdTrans.cpp.
References ASSERTL0, Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), and Nektar::Collections::GetOperatorFactory().
|
inlinevirtual |
Check the validity of the supplied factor map.
Implements Nektar::Collections::Operator.
Definition at line 191 of file BwdTrans.cpp.
References ASSERTL0.
|
inlinefinalvirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 159 of file BwdTrans.cpp.
References Vmath::Vcopy().
|
inlinefinalvirtual |
Implements Nektar::Collections::Operator.
Definition at line 182 of file BwdTrans.cpp.
References NEKERROR.
|
private |
Definition at line 200 of file BwdTrans.cpp.