| Nektar++
    | 
#include <NodalTetElec.h>


| Public Member Functions | |
| virtual | ~NodalTetElec () | 
| 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) | 
| NodalTetElec (const PointsKey &key) | |
|  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 numpoints, 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 boost::shared_ptr < PointsBaseType > | Create (const PointsKey &key) | 
| Private Member Functions | |
| NodalTetElec () | |
| void | CalculatePoints () | 
| void | CalculateWeights () | 
| void | CalculateDerivMatrix () | 
| void | NodalPointReorder3d () | 
| void | CalculateInterpMatrix (const Array< OneD, const NekDouble > &xia, const Array< OneD, const NekDouble > &yia, const Array< OneD, const NekDouble > &zia, Array< OneD, NekDouble > &interp) | 
| Private Attributes | |
| boost::shared_ptr < NodalUtilTetrahedron > | m_util | 
| Additional Inherited Members | |
|  Public Types inherited from Nektar::LibUtilities::Points< NekDouble > | |
| typedef NekDouble | DataType | 
| typedef boost::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 NodalTetElec.h.
| 
 | inlinevirtual | 
Definition at line 55 of file NodalTetElec.h.
| 
 | inline | 
Definition at line 88 of file NodalTetElec.h.
| 
 | inlineprivate | 
Definition at line 96 of file NodalTetElec.h.
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 230 of file NodalTetElec.cpp.
References Nektar::LibUtilities::Points< NekDouble >::CalculateDerivMatrix(), Nektar::LibUtilities::Points< NekDouble >::m_derivmatrix, and m_util.
| 
 | private | 
Definition at line 215 of file NodalTetElec.cpp.
References m_util, and Vmath::Vcopy().
Referenced by GetI().
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 51 of file NodalTetElec.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL1, Nektar::LibUtilities::Points< DataT >::CalculatePoints(), Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::PointsKey::GetTotNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, Nektar::LibUtilities::Points< NekDouble >::m_pointsKey, m_util, NodalPointReorder3d(), Nektar::LibUtilities::NodalTetElecData, Nektar::LibUtilities::NodalTetElecNPTS, Nektar::LibUtilities::perm12A_3d, Nektar::LibUtilities::perm12B_3d, Nektar::LibUtilities::perm12C_3d, Nektar::LibUtilities::perm24_3d, Nektar::LibUtilities::perm4_3d, and Nektar::LibUtilities::perm6_3d.
| 
 | privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 201 of file NodalTetElec.cpp.
References Nektar::LibUtilities::Points< NekDouble >::CalculateWeights(), Nektar::NekVector< DataType >::GetPtr(), Nektar::NekVector< DataType >::GetRows(), m_util, and Nektar::LibUtilities::Points< NekDouble >::m_weights.
| 
 | static | 
Definition at line 240 of file NodalTetElec.cpp.
| 
 | inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 62 of file NodalTetElec.h.
References ASSERTL0, Nektar::LibUtilities::PointsKey::GetPointsDim(), and Nektar::LibUtilities::PointsManager().
| 
 | inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 72 of file NodalTetElec.h.
References CalculateInterpMatrix(), and Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints().
| 
 | private | 
Definition at line 247 of file NodalTetElec.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::NekConstants::kNekZeroTol, and Nektar::LibUtilities::Points< NekDouble >::m_points.
Referenced by CalculatePoints().
| 
 | private | 
Definition at line 94 of file NodalTetElec.h.
Referenced by CalculateDerivMatrix(), CalculateInterpMatrix(), CalculatePoints(), and CalculateWeights().
 1.8.8
 1.8.8