|
Intrepid2
|
Defines Gauss integration rules on a line. More...
#include <Intrepid2_CubatureDirectLineGauss.hpp>
Public Types | |
| typedef CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic | CubatureDataStatic |
| typedef CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData | CubatureData |
| typedef CubatureDirect< DeviceType, pointValueType, weightValueType >::PointViewType | PointViewType |
| typedef CubatureDirect< DeviceType, pointValueType, weightValueType >::weightViewType | weightViewType |
Public Types inherited from Intrepid2::CubatureDirect< void, double, double > | |
| typedef Cubature< void, double, double >::PointViewType | PointViewType |
| typedef Cubature< void, double, double >::weightViewType | weightViewType |
Public Types inherited from Intrepid2::Cubature< void, double, double > | |
| using | ExecSpaceType = typename DeviceType::execution_space |
| using | PointViewType = Kokkos::DynRankView< double, Kokkos::LayoutStride, void > |
| using | weightViewType = Kokkos::DynRankView< double, Kokkos::LayoutStride, void > |
| using | PointViewTypeAllocatable = Kokkos::DynRankView< double, void > |
| using | WeightViewTypeAllocatable = Kokkos::DynRankView< double, void > |
| using | TensorPointDataType = TensorPoints< double, void > |
| using | TensorWeightDataType = TensorData< double, void > |
Public Member Functions | |
| CubatureDirectLineGauss (const ordinal_type degree=0) | |
| Constructor. More... | |
| virtual const char * | getName () const override |
| Returns cubature name. More... | |
Public Member Functions inherited from Intrepid2::CubatureDirect< void, double, double > | |
| virtual void | getCubature (PointViewType cubPoints, weightViewType cubWeights) const override |
| virtual ordinal_type | getNumPoints () const override |
| Returns the number of cubature points. More... | |
| virtual ordinal_type | getDimension () const override |
| Returns dimension of integration domain. More... | |
| virtual const char * | getName () const override |
| Returns cubature name. More... | |
| virtual ordinal_type | getAccuracy () const override |
| Returns max. degree of polynomials that are integrated exactly. The return vector has size 1. More... | |
| CubatureDirect (const CubatureDirect &b) | |
| CubatureDirect (const ordinal_type degree, const ordinal_type dimension) | |
Public Member Functions inherited from Intrepid2::Cubature< void, double, double > | |
| virtual TensorPointDataType | allocateCubaturePoints () const |
| Returns a points container appropriate for passing to getCubature(). More... | |
| virtual TensorWeightDataType | allocateCubatureWeights () const |
| Returns a weight container appropriate for passing to getCubature(). More... | |
| virtual void | getCubature (PointViewType, weightViewType) const |
| Returns cubature points and weights (return arrays must be pre-sized/pre-allocated). More... | |
| virtual void | getCubature (PointViewType, weightViewType, PointViewType) const |
| Returns cubature points and weights on physical cells (return arrays must be pre-sized/pre-allocated). More... | |
| virtual void | getCubature (const TensorPointDataType &tensorCubPoints, const TensorWeightDataType &tensorCubWeights) const |
| Returns tensor cubature points and weights. For non-tensor cubatures, the tensor structures are trivial, thin wrappers around the data returned by getCubature(). The provided containers should be pre-allocated through calls to allocateCubaturePoints() and allocateCubatureWeights(). More... | |
| virtual ordinal_type | getNumPoints () const |
| Returns the number of cubature points. More... | |
| virtual ordinal_type | getDimension () const |
| Returns dimension of the integration domain. More... | |
| virtual ordinal_type | getAccuracy () const |
| Returns dimension of the integration domain. More... | |
| virtual const char * | getName () const |
| Returns cubature name. More... | |
Static Private Attributes | |
| static constexpr ordinal_type | cubatureDataStaticSize =62 |
| static const CubatureDataStatic | cubatureDataStatic_ [cubatureDataStaticSize] |
| Complete set of data defining line Gauss(-Legendre) rules. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Intrepid2::CubatureDirect< void, double, double > | |
| void | getCubatureFromData (Kokkos::DynRankView< cubPointValueType, cubPointProperties... > cubPoints, Kokkos::DynRankView< cubWeightValueType, cubWeightProperties... > cubWeights, const CubatureData cubData) const |
| Returns cubature points and weights. More... | |
Protected Attributes inherited from Intrepid2::CubatureDirect< void, double, double > | |
| ordinal_type | degree_ |
| The degree of polynomials that are integrated exactly by this cubature rule. More... | |
| ordinal_type | dimension_ |
| Dimension of integration domain. More... | |
| CubatureData | cubatureData_ |
| Cubature data on device. More... | |
Defines Gauss integration rules on a line.
Definition at line 63 of file Intrepid2_CubatureDirectLineGauss.hpp.
| typedef CubatureDirect<DeviceType,pointValueType,weightValueType>::CubatureData Intrepid2::CubatureDirectLineGauss< DeviceType, pointValueType, weightValueType >::CubatureData |
Definition at line 67 of file Intrepid2_CubatureDirectLineGauss.hpp.
| typedef CubatureDirect<DeviceType,pointValueType,weightValueType>::CubatureDataStatic Intrepid2::CubatureDirectLineGauss< DeviceType, pointValueType, weightValueType >::CubatureDataStatic |
Definition at line 66 of file Intrepid2_CubatureDirectLineGauss.hpp.
| typedef CubatureDirect<DeviceType,pointValueType,weightValueType>::PointViewType Intrepid2::CubatureDirectLineGauss< DeviceType, pointValueType, weightValueType >::PointViewType |
Definition at line 69 of file Intrepid2_CubatureDirectLineGauss.hpp.
| typedef CubatureDirect<DeviceType,pointValueType,weightValueType>::weightViewType Intrepid2::CubatureDirectLineGauss< DeviceType, pointValueType, weightValueType >::weightViewType |
Definition at line 70 of file Intrepid2_CubatureDirectLineGauss.hpp.
| Intrepid2::CubatureDirectLineGauss< DT, PT, WT >::CubatureDirectLineGauss | ( | const ordinal_type | degree = 0 | ) |
Constructor.
| degree | [in] - The degree of polynomials that are integrated exactly by this cubature rule. Default: 0. |
Definition at line 52 of file Intrepid2_CubatureDirectLineGaussDef.hpp.
|
inlineoverridevirtual |
Returns cubature name.
Reimplemented from Intrepid2::CubatureDirect< void, double, double >.
Definition at line 92 of file Intrepid2_CubatureDirectLineGauss.hpp.
|
staticprivate |
Complete set of data defining line Gauss(-Legendre) rules.
Definition at line 78 of file Intrepid2_CubatureDirectLineGauss.hpp.
|
staticconstexprprivate |
Definition at line 74 of file Intrepid2_CubatureDirectLineGauss.hpp.