Nektar++
|
Phys deriv operator using sum-factorisation (Prism) More...
Public Member Functions | |
virtual | ~PhysDeriv_SumFac_Prism () |
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< TwoD, const NekDouble > | m_derivFac |
int | m_dim |
int | m_coordim |
const int | m_nquad0 |
const int | m_nquad1 |
const int | m_nquad2 |
NekDouble * | m_Deriv0 |
NekDouble * | m_Deriv1 |
NekDouble * | m_Deriv2 |
Array< OneD, NekDouble > | m_fac0 |
Array< OneD, NekDouble > | m_fac1 |
Protected Attributes inherited from Nektar::Collections::Operator | |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
unsigned int | m_wspSize |
Private Member Functions | |
PhysDeriv_SumFac_Prism (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Phys deriv operator using sum-factorisation (Prism)
Definition at line 1338 of file PhysDeriv.cpp.
|
inlinevirtual |
Definition at line 1343 of file PhysDeriv.cpp.
|
inlineprivate |
Definition at line 1487 of file PhysDeriv.cpp.
|
inlinevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 1347 of file PhysDeriv.cpp.
References Vmath::Vmul(), and Vmath::Vvtvp().
|
inlinevirtual |
Implements Nektar::Collections::Operator.
Definition at line 1413 of file PhysDeriv.cpp.
References Vmath::Vmul(), and Vmath::Vvtvp().
|
protected |
Definition at line 1476 of file PhysDeriv.cpp.
|
protected |
Definition at line 1480 of file PhysDeriv.cpp.
|
protected |
Definition at line 1481 of file PhysDeriv.cpp.
|
protected |
Definition at line 1482 of file PhysDeriv.cpp.
Definition at line 1474 of file PhysDeriv.cpp.
|
protected |
Definition at line 1475 of file PhysDeriv.cpp.
Definition at line 1483 of file PhysDeriv.cpp.
Definition at line 1484 of file PhysDeriv.cpp.
|
protected |
Definition at line 1477 of file PhysDeriv.cpp.
|
protected |
Definition at line 1478 of file PhysDeriv.cpp.
|
protected |
Definition at line 1479 of file PhysDeriv.cpp.