Flow123d  release_3.0.0-1191-g7740876
Public Member Functions | List of all members
QMidpoint Class Reference

Class representing midpoint rule, with uniformly distributed points of the same weight. More...

#include <qmidpoint.hh>

Inheritance diagram for QMidpoint:
Inheritance graph
[legend]
Collaboration diagram for QMidpoint:
Collaboration graph
[legend]

Public Member Functions

 QMidpoint (const unsigned int n_quadrature_points)
 Empty constructor. More...
 
- Public Member Functions inherited from Quadrature< 1 >
 Quadrature (const Quadrature &q)
 Copy constructor. More...
 
 Quadrature (unsigned int dimension, const unsigned int n_quadrature_points=0)
 Constructor. More...
 
virtual ~Quadrature ()
 Constructor from quadrature of lower dimension (e.g. for side integration). More...
 
unsigned int dim () const
 
void resize (const unsigned int n_q_points)
 Modify the number of quadrature points. More...
 
const unsigned int size () const
 Returns number of quadrature points. More...
 
Armor::vec< point_dim > point (const unsigned int i) const
 Returns the ith quadrature point. More...
 
const Armor::arrayget_points () const
 Return a reference to the whole array of quadrature points. More...
 
double weight (const unsigned int i) const
 Returns the ith weight. More...
 
double & weight (const unsigned int i)
 Returns the ith weight (non-const version). More...
 
const std::vector< double > & get_weights () const
 Return a reference to the whole array of weights. More...
 
Quadratureoperator= (const Quadrature &q)
 
Quadrature make_from_side (unsigned int sid, unsigned int pid)
 

Additional Inherited Members

- Protected Attributes inherited from Quadrature< 1 >
const unsigned int dim_
 Dimension of quadrature points. More...
 
Armor::array quadrature_points
 List of quadrature points. More...
 
std::vector< double > weights
 List of weights to the quadrature points. More...
 

Detailed Description

Class representing midpoint rule, with uniformly distributed points of the same weight.

Definition at line 29 of file qmidpoint.hh.

Constructor & Destructor Documentation

QMidpoint::QMidpoint ( const unsigned int  n_quadrature_points)
inline

Empty constructor.

Definition at line 32 of file qmidpoint.hh.


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