| Nektar++
    | 
#include <NodalTriEvenlySpaced.h>
| Public Member Functions | |
| ~NodalTriEvenlySpaced () override | |
| NodalTriEvenlySpaced (const PointsKey &key) | |
|  Public Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
| virtual | ~Points () | 
| void | Initialize (void) | 
| size_t | GetPointsDim () const | 
| size_t | GetNumPoints () const | 
| size_t | GetTotNumPoints () const | 
| PointsType | GetPointsType () const | 
| const Array< OneD, const DataType > & | GetZ () const | 
| const Array< OneD, const DataType > & | GetW () const | 
| void | GetZW (Array< OneD, const DataType > &z, Array< OneD, const DataType > &w) const | 
| const Array< OneD, const NekDouble > & | GetBaryWeights () const | 
| void | GetPoints (Array< OneD, const DataType > &x) const | 
| void | GetPoints (Array< OneD, const DataType > &x, Array< OneD, const DataType > &y) const | 
| void | GetPoints (Array< OneD, const DataType > &x, Array< OneD, const DataType > &y, Array< OneD, const DataType > &z) const | 
| const MatrixSharedPtrType & | GetD (Direction dir=xDir) const | 
| const MatrixSharedPtrType | GetI (const PointsKey &key) | 
| const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x) | 
| const MatrixSharedPtrType | GetI (size_t uint, const Array< OneD, const DataType > &x) | 
| const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y) | 
| const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y, const Array< OneD, const DataType > &z) | 
| const MatrixSharedPtrType | GetGalerkinProjection (const PointsKey &pkey) | 
| Static Public Member Functions | |
| static std::shared_ptr< PointsBaseType > | Create (const PointsKey &key) | 
| Protected Member Functions | |
| const MatrixSharedPtrType | v_GetI (const PointsKey &pkey) override | 
| const MatrixSharedPtrType | v_GetI (const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y) override | 
|  Protected Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
| virtual void | v_Initialize (void) | 
| virtual void | v_CalculatePoints () | 
| virtual void | v_CalculateWeights () | 
| Private Member Functions | |
| NodalTriEvenlySpaced ()=delete | |
| NodalTriEvenlySpaced (const NodalTriEvenlySpaced &points)=delete | |
| void | NodalPointReorder2d () | 
| void | v_CalculatePoints () final | 
| void | v_CalculateWeights () final | 
| void | v_CalculateDerivMatrix () final | 
| void | CalculateInterpMatrix (const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, Array< OneD, NekDouble > &interp) | 
| Private Attributes | |
| std::shared_ptr< NodalUtilTriangle > | m_util | 
| Static Private Attributes | |
| static bool | initPointsManager [] | 
| Additional Inherited Members | |
|  Public Types inherited from Nektar::LibUtilities::Points< NekDouble > | |
| typedef NekDouble | DataType | 
| typedef std::shared_ptr< NekMatrix< DataType > > | MatrixSharedPtrType | 
|  Protected Attributes inherited from Nektar::LibUtilities::Points< NekDouble > | |
| PointsKey | m_pointsKey | 
| Points type for this points distributions.  More... | |
| Array< OneD, DataType > | m_points [3] | 
| Storage for the point locations, allowing for up to a 3D points storage.  More... | |
| Array< OneD, DataType > | m_weights | 
| Quadrature weights for the weights.  More... | |
| Array< OneD, DataType > | m_bcweights | 
| Barycentric weights.  More... | |
| MatrixSharedPtrType | m_derivmatrix [3] | 
| Derivative matrices.  More... | |
| NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_InterpManager | 
| NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_GalerkinProjectionManager | 
Definition at line 44 of file NodalTriEvenlySpaced.h.
| 
 | inlineoverride | 
Definition at line 47 of file NodalTriEvenlySpaced.h.
| 
 | inline | 
Definition at line 51 of file NodalTriEvenlySpaced.h.
| 
 | privatedelete | 
| 
 | privatedelete | 
| 
 | private | 
Definition at line 110 of file NodalTriEvenlySpaced.cpp.
References m_util, and Vmath::Vcopy().
Referenced by v_GetI().
| 
 | static | 
Definition at line 136 of file NodalTriEvenlySpaced.cpp.
| 
 | private | 
Definition at line 147 of file NodalTriEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints(), and Nektar::LibUtilities::Points< NekDouble >::m_points.
Referenced by v_CalculatePoints().
| 
 | finalprivate | 
Definition at line 126 of file NodalTriEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::m_derivmatrix, and m_util.
| 
 | finalprivatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 70 of file NodalTriEvenlySpaced.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, m_util, NodalPointReorder2d(), and Nektar::LibUtilities::Points< NekDouble >::v_CalculatePoints().
| 
 | finalprivatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 95 of file NodalTriEvenlySpaced.cpp.
References m_util, Nektar::LibUtilities::Points< NekDouble >::m_weights, Nektar::LibUtilities::Points< NekDouble >::v_CalculateWeights(), and Nektar::UnitTests::w().
| 
 | inlineoverrideprotected | 
Definition at line 69 of file NodalTriEvenlySpaced.h.
References CalculateInterpMatrix(), Nektar::UnitTests::d(), and Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints().
| 
 | inlineoverrideprotected | 
Definition at line 59 of file NodalTriEvenlySpaced.h.
References ASSERTL0, Nektar::LibUtilities::Points< NekDouble >::GetI(), Nektar::LibUtilities::PointsKey::GetPointsDim(), and Nektar::LibUtilities::PointsManager().
| 
 | staticprivate | 
Definition at line 85 of file NodalTriEvenlySpaced.h.
| 
 | private | 
Definition at line 87 of file NodalTriEvenlySpaced.h.
Referenced by CalculateInterpMatrix(), v_CalculateDerivMatrix(), v_CalculatePoints(), and v_CalculateWeights().