Nektar++
|
Phys deriv operator using standard matrix approach. More...
Public Member Functions | |
virtual | ~PhysDeriv_StdMat () |
virtual void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output0, 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 | |
Array< OneD, DNekMatSharedPtr > | m_derivMat |
Array< TwoD, const NekDouble > | m_derivFac |
int | m_dim |
int | m_coordim |
Protected Attributes inherited from Nektar::Collections::Operator | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
PhysDeriv_StdMat (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Phys deriv operator using standard matrix approach.
Definition at line 56 of file PhysDeriv.cpp.
|
inlinevirtual |
Definition at line 61 of file PhysDeriv.cpp.
|
inlineprivate |
Definition at line 152 of file PhysDeriv.cpp.
References Vmath::Vcopy(), and Vmath::Zero().
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 65 of file PhysDeriv.cpp.
References Vmath::Vvtvp(), and Vmath::Zero().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 108 of file PhysDeriv.cpp.
References Vmath::Vvtvp(), and Vmath::Zero().
|
protected |
Definition at line 149 of file PhysDeriv.cpp.
Definition at line 147 of file PhysDeriv.cpp.
|
protected |
Definition at line 146 of file PhysDeriv.cpp.
|
protected |
Definition at line 148 of file PhysDeriv.cpp.