dune-fem
2.8-git
|
#include <dune/fem/quadrature/geometric/gausslegendre.hh>
Public Types | |
using | QuadratureRuleType = Dune::QuadratureRule< Field, dim > |
type of Dune::Geometry::QuadratureRule More... | |
using | FieldType = typename BaseType::FieldType |
field type More... | |
using | CoordinateType = typename BaseType::CoordinateType |
coordinate type More... | |
using | LocalCoordinateType = typename BaseType::LocalCoordinateType |
local coordinate type More... | |
using | QuadraturePointWrapperType = Dune::Fem::QuadraturePointWrapper< Implementation > |
quadrature point wrapper type More... | |
Public Member Functions | |
GaussLegendreQuadrature (Dune::GeometryType type, int order) | |
Public member methods | |
Dune::GeometryType | type () const |
return geometry type More... | |
int | order () const |
return order More... | |
std::size_t | nop () const |
return number of quadrature points More... | |
const CoordinateType & | point (std::size_t i) const |
return coordinates of ![]() | |
const LocalCoordinateType & | localPoint (std::size_t i) const |
return local coordinates of ![]() | |
FieldType | weight (std::size_t i) const |
return quadrature weight More... | |
Quadrature point wrapper | |
const QuadraturePointWrapperType | operator[] (std::size_t i) const |
return quadrature point wrapper More... | |
Static Public Attributes | |
static const int | mydimension = mydim |
mydimension More... | |
static const int | dimension = dim |
dimension More... | |
Protected Member Functions | |
const Implementation & | impl () const |
|
inherited |
coordinate type
|
inherited |
field type
|
inherited |
local coordinate type
|
inherited |
quadrature point wrapper type
|
inherited |
type of Dune::Geometry::QuadratureRule
|
inline |
|
inlineprotectedinherited |
|
inlineinherited |
return local coordinates of -th quadrature point
|
inlineinherited |
return number of quadrature points
|
inlineinherited |
return quadrature point wrapper
|
inlineinherited |
return order
|
inlineinherited |
return coordinates of -th quadrature point
|
inlineinherited |
return geometry type
|
inlineinherited |
return quadrature weight
|
staticinherited |
dimension
|
staticinherited |
mydimension