Nektar++
|
Phys deriv operator using matrix free operators. More...
Public Member Functions | |
~PhysDeriv_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 | |
PhysDeriv_MatrixFree (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData, StdRegions::FactorMap factors) | |
![]() | |
MatrixFreeOneInMultiOut (const unsigned int coordim, const unsigned int nIn, const unsigned int nOut, const unsigned int nCollSize) | |
Constructor. More... | |
Private Attributes | |
std::shared_ptr< MatrixFree::PhysDeriv > | m_oper |
![]() | |
unsigned short | m_coordim |
coordinates dimension More... | |
Array< OneD, NekDouble > | m_input |
padded input/output vectors More... | |
Array< OneD, 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 |
Phys deriv operator using matrix free operators.
Definition at line 277 of file PhysDeriv.cpp.
|
inlinefinal |
Definition at line 282 of file PhysDeriv.cpp.
|
inlineprivate |
Definition at line 359 of file PhysDeriv.cpp.
References ASSERTL0, and Nektar::Collections::GetOperatorFactory().
|
inlinevirtual |
Check the validity of the supplied factor map.
Implements Nektar::Collections::Operator.
Definition at line 349 of file PhysDeriv.cpp.
References ASSERTL0.
|
inlinefinalvirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 286 of file PhysDeriv.cpp.
References NEKERROR, and Vmath::Vcopy().
|
inlinefinalvirtual |
Implements Nektar::Collections::Operator.
Definition at line 330 of file PhysDeriv.cpp.
References Vmath::Vcopy().
|
private |
Definition at line 357 of file PhysDeriv.cpp.