Flow123d
JS_before_hm-1754-g1847fd3ed
|
#include <eval_subset.hh>
Public Member Functions | |
EdgeIntegral () | |
Default constructor. More... | |
EdgeIntegral (std::shared_ptr< EvalPoints > eval_points, unsigned int dim) | |
Constructor of edge integral. More... | |
~EdgeIntegral () | |
Destructor. More... | |
unsigned int | n_sides () const |
Getter of n_sides. More... | |
int | get_subset_idx () const |
Return index of data block according to subset in EvalPoints object. More... | |
Range< EdgePoint > | points (const DHCellSide &cell_side, const ElementCacheMap *elm_cache_map) const |
Returns range of side local points for appropriate cell side accessor. More... | |
Public Member Functions inherited from BaseIntegral | |
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... | |
Private Attributes | |
unsigned int | subset_index_ |
Index of data block according to subset in EvalPoints object. More... | |
unsigned int | n_sides_ |
Number of sides (value 0 indicates bulk set) More... | |
Friends | |
class | EvalPoints |
class | EdgePoint |
Additional Inherited Members | |
Protected Attributes inherited from BaseIntegral | |
std::shared_ptr< EvalPoints > | eval_points_ |
Pointer to EvalPoints. More... | |
unsigned int | dim_ |
Dimension of points. More... | |
Integral class of side points, allows assemblation of element - element fluxes.
Definition at line 291 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 294 of file eval_subset.hh.
EdgeIntegral::EdgeIntegral | ( | std::shared_ptr< EvalPoints > | eval_points, |
unsigned int | dim | ||
) |
Constructor of edge integral.
Definition at line 44 of file eval_subset.cc.
EdgeIntegral::~EdgeIntegral | ( | ) |
Destructor.
Definition at line 49 of file eval_subset.cc.
|
inline |
Return index of data block according to subset in EvalPoints object.
Definition at line 308 of file eval_subset.hh.
|
inline |
Getter of n_sides.
Definition at line 303 of file eval_subset.hh.
|
inline |
Returns range of side local points for appropriate cell side accessor.
Definition at line 313 of file eval_subset.hh.
|
friend |
Definition at line 330 of file eval_subset.hh.
|
friend |
Definition at line 329 of file eval_subset.hh.
|
private |
Number of sides (value 0 indicates bulk set)
Definition at line 327 of file eval_subset.hh.
|
private |
Index of data block according to subset in EvalPoints object.
Definition at line 325 of file eval_subset.hh.