|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <integral_acc.hh>

Public Member Functions | |
| BaseIntegral () | |
| Default constructor. More... | |
| BaseIntegral (std::shared_ptr< EvalPoints > eval_points, unsigned int dim) | |
| Constructor of bulk or side subset. More... | |
| virtual | ~BaseIntegral () |
| Destructor. More... | |
| std::shared_ptr< EvalPoints > | eval_points () const |
| Getter of eval_points. More... | |
| unsigned int | dim () const |
| Returns dimension. More... | |
Protected Attributes | |
| std::shared_ptr< EvalPoints > | eval_points_ |
| Pointer to EvalPoints. More... | |
| unsigned int | dim_ |
| Dimension of the cell on which points are placed. More... | |
Base integral class holds common data members and methods.
Definition at line 50 of file integral_acc.hh.
|
inline |
Default constructor.
Definition at line 53 of file integral_acc.hh.
|
inline |
Constructor of bulk or side subset.
Definition at line 56 of file integral_acc.hh.
|
virtual |
Destructor.
Definition at line 29 of file integral_acc.cc.
|
inline |
Returns dimension.
Definition at line 68 of file integral_acc.hh.

|
inline |
Getter of eval_points.
Definition at line 63 of file integral_acc.hh.

|
protected |
Dimension of the cell on which points are placed.
Definition at line 75 of file integral_acc.hh.
|
protected |
Pointer to EvalPoints.
Definition at line 73 of file integral_acc.hh.