|
Flow123d
JS_before_hm-1717-gd762018d2
|
#include <eval_subset.hh>


Public Member Functions | |
| BulkIntegral () | |
| Default constructor. More... | |
| BulkIntegral (std::shared_ptr< EvalPoints > eval_points, unsigned int dim) | |
| Constructor of bulk integral. More... | |
| ~BulkIntegral () | |
| Destructor. More... | |
| int | get_subset_idx () const |
| Return index of data block according to subset in EvalPoints object. More... | |
| Range< BulkPoint > | points (unsigned int element_patch_idx, const ElementCacheMap *elm_cache_map) const |
| Returns range of bulk local points for appropriate cell 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 (n_permutations==0) 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... | |
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 bulk points, allows assemblation of volume integrals.
Definition at line 275 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 278 of file eval_subset.hh.
|
inline |
Constructor of bulk integral.
Definition at line 281 of file eval_subset.hh.
| BulkIntegral::~BulkIntegral | ( | ) |
Destructor.
Definition at line 36 of file eval_subset.cc.
|
inline |
Return index of data block according to subset in EvalPoints object.
Definition at line 288 of file eval_subset.hh.
|
inline |
Returns range of bulk local points for appropriate cell accessor.
Definition at line 293 of file eval_subset.hh.
|
private |
Index of data block according to subset in EvalPoints object.
Definition at line 301 of file eval_subset.hh.
1.8.17