|
Flow123d
JS_before_hm-1598-g3b021b4
|
#include <eval_subset.hh>


Public Member Functions | |
| CouplingIntegral () | |
| Default constructor. More... | |
| CouplingIntegral (std::shared_ptr< EdgeIntegral > edge_integral, std::shared_ptr< BulkIntegral > bulk_integral) | |
| Constructor of ngh integral. More... | |
| ~CouplingIntegral () | |
| Destructor. More... | |
| int | get_subset_high_idx () const |
| Return index of data block according to subset of higher dim in EvalPoints object. More... | |
| int | get_subset_low_idx () const |
| Return index of data block according to subset of lower dim in EvalPoints object. More... | |
| Range< CouplingPoint > | 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 (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 | |
| std::shared_ptr< EdgeIntegral > | edge_integral_ |
| Integral according to side subset part (element of higher dim) in EvalPoints object. More... | |
| std::shared_ptr< BulkIntegral > | bulk_integral_ |
| Integral according to bulk subset part (element of lower dim) in EvalPoints object. More... | |
Friends | |
| class | CouplingPoint |
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 neighbour points, allows assemblation of element - side fluxes.
Dimension corresponds with element of higher dim.
Definition at line 362 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 365 of file eval_subset.hh.
| CouplingIntegral::CouplingIntegral | ( | std::shared_ptr< EdgeIntegral > | edge_integral, |
| std::shared_ptr< BulkIntegral > | bulk_integral | ||
| ) |
Constructor of ngh integral.
Definition at line 71 of file eval_subset.cc.
| CouplingIntegral::~CouplingIntegral | ( | ) |
Destructor.
Definition at line 76 of file eval_subset.cc.
|
inline |
Return index of data block according to subset of higher dim in EvalPoints object.
Definition at line 374 of file eval_subset.hh.
|
inline |
Return index of data block according to subset of lower dim in EvalPoints object.
Definition at line 379 of file eval_subset.hh.
|
inline |
Returns range of side local points for appropriate cell side accessor.
Definition at line 384 of file eval_subset.hh.
|
friend |
Definition at line 399 of file eval_subset.hh.
|
private |
Integral according to bulk subset part (element of lower dim) in EvalPoints object.
Definition at line 397 of file eval_subset.hh.
|
private |
Integral according to side subset part (element of higher dim) in EvalPoints object.
Definition at line 395 of file eval_subset.hh.
1.8.11