| Nektar++
    | 
#include <NodalTetEvenlySpaced.h>
| Public Member Functions | |
| virtual | ~NodalTetEvenlySpaced () | 
| NodalTetEvenlySpaced (const PointsKey &key) | |
| const MatrixSharedPtrType | GetI (const PointsKey &pkey) | 
| const MatrixSharedPtrType | GetI (const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z) | 
|  Public Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
| virtual | ~Points () | 
| virtual void | Initialize (void) | 
| unsigned int | GetPointsDim () const | 
| unsigned int | GetNumPoints () const | 
| unsigned int | 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 | 
| 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 | 
| virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x) | 
| virtual const MatrixSharedPtrType | GetI (unsigned int, const Array< OneD, const DataType > &x) | 
| virtual const MatrixSharedPtrType | GetI (const Array< OneD, const DataType > &x, const Array< OneD, const DataType > &y) | 
| virtual const MatrixSharedPtrType | GetGalerkinProjection (const PointsKey &pkey) | 
| Static Public Member Functions | |
| static std::shared_ptr< PointsBaseType > | Create (const PointsKey &key) | 
| Private Member Functions | |
| NodalTetEvenlySpaced () | |
| Default constructor should not be called except by Create matrix.  More... | |
| void | CalculatePoints () | 
| void | CalculateWeights () | 
| void | CalculateDerivMatrix () | 
| void | NodalPointReorder3d () | 
| void | CalculateInterpMatrix (const Array< OneD, const NekDouble > &xi, const Array< OneD, const NekDouble > &yi, const Array< OneD, const NekDouble > &zi, Array< OneD, NekDouble > &interp) | 
| Private Attributes | |
| std::shared_ptr< NodalUtilTetrahedron > | 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 Member Functions inherited from Nektar::LibUtilities::Points< NekDouble > | |
| Points (const PointsKey &key) | |
|  Protected Attributes inherited from Nektar::LibUtilities::Points< NekDouble > | |
| PointsKey | m_pointsKey | 
| Array< OneD, DataType > | m_points [3] | 
| Array< OneD, DataType > | m_weights | 
| MatrixSharedPtrType | m_derivmatrix [3] | 
| NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_InterpManager | 
| NekManager< PointsKey, NekMatrix< DataType >, PointsKey::opLess > | m_GalerkinProjectionManager | 
Definition at line 52 of file NodalTetEvenlySpaced.h.
| 
 | inlinevirtual | 
Definition at line 56 of file NodalTetEvenlySpaced.h.
| 
 | inline | 
Definition at line 61 of file NodalTetEvenlySpaced.h.
References Create(), and LIB_UTILITIES_EXPORT.
| 
 | inlineprivate | 
Default constructor should not be called except by Create matrix.
Definition at line 101 of file NodalTetEvenlySpaced.h.
References CalculateDerivMatrix(), CalculateInterpMatrix(), CalculatePoints(), CalculateWeights(), and NodalPointReorder3d().
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 350 of file NodalTetEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::CalculateDerivMatrix(), Nektar::LibUtilities::Points< NekDouble >::m_derivmatrix, and m_util.
Referenced by NodalTetEvenlySpaced().
| 
 | private | 
Definition at line 332 of file NodalTetEvenlySpaced.cpp.
References m_util, and Vmath::Vcopy().
Referenced by GetI(), and NodalTetEvenlySpaced().
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 121 of file NodalTetEvenlySpaced.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), Nektar::LibUtilities::Points< NekDouble >::CalculatePoints(), Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, m_util, and NodalPointReorder3d().
Referenced by NodalTetEvenlySpaced().
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 317 of file NodalTetEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::CalculateWeights(), Nektar::NekVector< DataType >::GetPtr(), Nektar::NekVector< DataType >::GetRows(), m_util, and Nektar::LibUtilities::Points< NekDouble >::m_weights.
Referenced by NodalTetEvenlySpaced().
| 
 | static | 
Definition at line 360 of file NodalTetEvenlySpaced.cpp.
Referenced by NodalTetEvenlySpaced().
| 
 | inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 69 of file NodalTetEvenlySpaced.h.
References ASSERTL0, Nektar::LibUtilities::PointsKey::GetPointsDim(), and Nektar::LibUtilities::PointsManager().
| 
 | inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 79 of file NodalTetEvenlySpaced.h.
References CalculateInterpMatrix(), and Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints().
| 
 | private | 
Definition at line 148 of file NodalTetEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints(), and Nektar::LibUtilities::Points< NekDouble >::m_points.
Referenced by CalculatePoints(), and NodalTetEvenlySpaced().
| 
 | staticprivate | 
Definition at line 96 of file NodalTetEvenlySpaced.h.
| 
 | private | 
Definition at line 98 of file NodalTetEvenlySpaced.h.
Referenced by CalculateDerivMatrix(), CalculateInterpMatrix(), CalculatePoints(), and CalculateWeights().
 1.8.13
 1.8.13