| Nektar++
    | 
Phys deriv operator using sum-factorisation (Tri) More...
| Public Member Functions | |
| virtual | ~PhysDeriv_SumFac_Tri () | 
| 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, std::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 | 
| const int | m_nquad1 | 
| Array< TwoD, const NekDouble > | m_derivFac | 
| NekDouble * | m_Deriv0 | 
| NekDouble * | m_Deriv1 | 
| 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_Tri (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData) | |
Phys deriv operator using sum-factorisation (Tri)
Definition at line 740 of file PhysDeriv.cpp.
| 
 | inlinevirtual | 
Definition at line 745 of file PhysDeriv.cpp.
| 
 | inlineprivate | 
Definition at line 864 of file PhysDeriv.cpp.
References Nektar::Collections::ePhysDeriv, Nektar::Collections::eSumFac, Nektar::LibUtilities::eTriangle, Nektar::Collections::GetOperatorFactory(), and Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::RegisterCreatorFunction().
| 
 | inlinevirtual | 
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 749 of file PhysDeriv.cpp.
References ASSERTL1, Blas::Dgemm(), Vmath::Vmul(), and Vmath::Vvtvp().
| 
 | inlinevirtual | 
Implements Nektar::Collections::Operator.
Definition at line 807 of file PhysDeriv.cpp.
References ASSERTL1, Blas::Dgemm(), Vmath::Vmul(), and Vmath::Vvtvp().
| 
 | protected | 
Definition at line 854 of file PhysDeriv.cpp.
| 
 | protected | 
Definition at line 858 of file PhysDeriv.cpp.
| 
 | protected | 
Definition at line 859 of file PhysDeriv.cpp.
Definition at line 857 of file PhysDeriv.cpp.
Definition at line 860 of file PhysDeriv.cpp.
Definition at line 861 of file PhysDeriv.cpp.
| 
 | protected | 
Definition at line 855 of file PhysDeriv.cpp.
| 
 | protected | 
Definition at line 856 of file PhysDeriv.cpp.
 1.8.13
 1.8.13