|
Nektar++
|
Phys deriv operator using sum-factorisation (Segment) More...


Public Member Functions | |
| virtual | ~PhysDeriv_SumFac_Seg () |
| 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 | |
| int | m_coordim |
| const int | m_nquad0 |
| Array< TwoD, const NekDouble > | m_derivFac |
| NekDouble * | m_Deriv0 |
Protected Attributes inherited from Nektar::Collections::Operator | |
| StdRegions::StdExpansionSharedPtr | m_stdExp |
| unsigned int | m_numElmt |
| unsigned int | m_wspSize |
Private Member Functions | |
| PhysDeriv_SumFac_Seg (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Phys deriv operator using sum-factorisation (Segment)
Definition at line 506 of file PhysDeriv.cpp.
|
inlinevirtual |
Definition at line 511 of file PhysDeriv.cpp.
|
inlineprivate |
Definition at line 579 of file PhysDeriv.cpp.
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 515 of file PhysDeriv.cpp.
References ASSERTL1, and Vmath::Vmul().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 549 of file PhysDeriv.cpp.
References ASSERTL1, and Vmath::Vmul().
|
protected |
Definition at line 573 of file PhysDeriv.cpp.
|
protected |
Definition at line 576 of file PhysDeriv.cpp.
Definition at line 575 of file PhysDeriv.cpp.
|
protected |
Definition at line 574 of file PhysDeriv.cpp.
1.8.8