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


Public Member Functions | |
| virtual | ~NodalPrismEvenlySpaced () | 
| NodalPrismEvenlySpaced (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 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 | |
| NodalPrismEvenlySpaced () | |
| 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) | 
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 NodalPrismEvenlySpaced.h.
      
  | 
  inlinevirtual | 
Definition at line 55 of file NodalPrismEvenlySpaced.h.
      
  | 
  inline | 
Definition at line 60 of file NodalPrismEvenlySpaced.h.
      
  | 
  inlineprivate | 
Default constructor should not be called except by Create matrix.
Definition at line 96 of file NodalPrismEvenlySpaced.h.
      
  | 
  privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 388 of file NodalPrismEvenlySpaced.cpp.
      
  | 
  private | 
Definition at line 378 of file NodalPrismEvenlySpaced.cpp.
References ASSERTL0.
Referenced by GetI().
      
  | 
  privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 145 of file NodalPrismEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::CalculatePoints(), Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, NodalPointReorder3d(), and npts.
      
  | 
  privatevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 370 of file NodalPrismEvenlySpaced.cpp.
      
  | 
  static | 
Definition at line 393 of file NodalPrismEvenlySpaced.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 68 of file NodalPrismEvenlySpaced.h.
References ASSERTL0, Nektar::LibUtilities::PointsKey::GetPointsDim(), and Nektar::LibUtilities::PointsManager().
      
  | 
  inlinevirtual | 
Reimplemented from Nektar::LibUtilities::Points< NekDouble >.
Definition at line 78 of file NodalPrismEvenlySpaced.h.
References CalculateInterpMatrix(), and Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints().
      
  | 
  private | 
Definition at line 170 of file NodalPrismEvenlySpaced.cpp.
References Nektar::LibUtilities::Points< NekDouble >::GetNumPoints(), Nektar::LibUtilities::Points< NekDouble >::GetTotNumPoints(), Nektar::LibUtilities::Points< NekDouble >::m_points, and npts.
Referenced by CalculatePoints().
 1.8.8