LifeV
QRKeast< 1 > Class Template Reference

#include <QRKeast.hpp>

+ Collaboration diagram for QRKeast< 1 >:

Public Member Functions

 QRKeast ()
 
 ~QRKeast ()
 

Static Public Member Functions

static const Realweight (const UInt &iPt)
 
static const RealquadPointCoor (const UInt iPt, const UInt iCoor)
 
static VectorSmall< 3 > quadPointCoor (const UInt iPt)
 
static QuadraturePoint quadPoint (const UInt iPt)
 
static UInt nbQuadPt ()
 
static ReferenceShapes shape ()
 
static UInt dimension ()
 

Static Private Attributes

static const Real M_points [1][3] = { {0.25, 0.25, 0.25} }
 
static const Real M_weights [1] = { 1.0 / 6.0 }
 

Detailed Description

template<>
class LifeV::QRKeast< 1 >

Definition at line 78 of file QRKeast.hpp.

Constructor & Destructor Documentation

◆ QRKeast()

QRKeast ( )
inline

Definition at line 82 of file QRKeast.hpp.

◆ ~QRKeast()

~QRKeast ( )
inline

Definition at line 83 of file QRKeast.hpp.

Member Function Documentation

◆ weight()

static const Real& weight ( const UInt iPt)
inlinestatic

Definition at line 85 of file QRKeast.hpp.

◆ quadPointCoor() [1/2]

static const Real& quadPointCoor ( const UInt  iPt,
const UInt  iCoor 
)
inlinestatic

Definition at line 90 of file QRKeast.hpp.

◆ quadPointCoor() [2/2]

static VectorSmall<3> quadPointCoor ( const UInt  iPt)
inlinestatic

Definition at line 95 of file QRKeast.hpp.

◆ quadPoint()

static QuadraturePoint quadPoint ( const UInt  iPt)
inlinestatic

Definition at line 100 of file QRKeast.hpp.

◆ nbQuadPt()

static UInt nbQuadPt ( )
inlinestatic

Definition at line 105 of file QRKeast.hpp.

◆ shape()

static ReferenceShapes shape ( )
inlinestatic

Definition at line 110 of file QRKeast.hpp.

◆ dimension()

static UInt dimension ( )
inlinestatic

Definition at line 115 of file QRKeast.hpp.

Field Documentation

◆ M_points

const Real M_points = { {0.25, 0.25, 0.25} }
staticprivate

Definition at line 122 of file QRKeast.hpp.

◆ M_weights

const Real M_weights = { 1.0 / 6.0 }
staticprivate

Definition at line 123 of file QRKeast.hpp.


The documentation for this class was generated from the following files: