Flow123d
master-f44eb46
|
#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 236 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 239 of file eval_subset.hh.
|
inline |
Constructor of bulk or side subset.
Definition at line 242 of file eval_subset.hh.
|
virtual |
Destructor.
Definition at line 28 of file eval_subset.cc.
|
inline |
Returns dimension.
Definition at line 254 of file eval_subset.hh.
|
inline |
Getter of eval_points.
Definition at line 249 of file eval_subset.hh.
|
protected |
Dimension of the cell on which points are placed.
Definition at line 261 of file eval_subset.hh.
|
protected |
Pointer to EvalPoints.
Definition at line 259 of file eval_subset.hh.