Flow123d
DF_patch_fe_data_tables-5938e3d
|
#include <eval_subset.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 253 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 256 of file eval_subset.hh.
|
inline |
Constructor of bulk or side subset.
Definition at line 259 of file eval_subset.hh.
|
virtual |
Destructor.
Definition at line 28 of file eval_subset.cc.
|
inline |
Returns dimension.
Definition at line 271 of file eval_subset.hh.
|
inline |
Getter of eval_points.
Definition at line 266 of file eval_subset.hh.
|
protected |
Dimension of the cell on which points are placed.
Definition at line 278 of file eval_subset.hh.
|
protected |
Pointer to EvalPoints.
Definition at line 276 of file eval_subset.hh.