|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
Dune::Fem::ParDGSimplexQuadrature::Quadrature< dim > Class Template Reference
#include <dune/fem/quadrature/pardgsimplexquadrature.hh>
Public Types | |
| enum | { numCorners = dim+1 } |
| typedef Dune::FieldVector< double, dim > | CoordinateType |
| typedef Dune::FieldVector< double, dim+1 > | Point |
Public Member Functions | |
| Quadrature (int nop, int degree, const double x[][dim+1]) | |
| Quadrature (const int order) | |
| CoordinateType | point (const int i) const |
| double | weight (const int i) const |
| Access to the ith quadrature weight. | |
| int | order () const |
| int | numPoints () const |
| int | max_order () const |
| int | number_of_points () const |
| const Point & | x (int i) const |
| double | w (int i) const |
| void | check () const |
Static Public Member Functions | |
| static const Quadrature & | quadrature (int minimum_degree) |
Protected Attributes | |
| int | nop |
| int | degree |
| std::vector< Point > | x_w |
Member Typedef Documentation
◆ CoordinateType
template<int dim>
| typedef Dune::FieldVector< double, dim > Dune::Fem::ParDGSimplexQuadrature::Quadrature< dim >::CoordinateType |
◆ Point
template<int dim>
| typedef Dune::FieldVector< double, dim+1 > Dune::Fem::ParDGSimplexQuadrature::Quadrature< dim >::Point |
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ Quadrature() [1/2]
template<int dim>
|
inline |
◆ Quadrature() [2/2]
template<int dim>
|
inlineexplicit |
Member Function Documentation
◆ check()
| void Dune::Fem::ParDGSimplexQuadrature::Quadrature3d::check | ( | ) | const |
◆ max_order()
template<int dim>
|
inline |
◆ number_of_points()
template<int dim>
|
inline |
◆ numPoints()
template<int dim>
|
inline |
◆ order()
template<int dim>
|
inline |
◆ point()
template<int dim>
|
inline |
◆ quadrature()
|
static |
◆ w()
template<int dim>
|
inline |
◆ weight()
template<int dim>
|
inline |
Access to the ith quadrature weight.
◆ x()
template<int dim>
|
inline |
Member Data Documentation
◆ degree
template<int dim>
|
protected |
◆ nop
template<int dim>
|
protected |
◆ x_w
template<int dim>
|
protected |
The documentation for this class was generated from the following files:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8