|
Flow123d
3.9.0-454df51df
|
Point accessor allow iterate over quadrature points of given side defined in local element coordinates. More...
#include <eval_subset.hh>


Public Member Functions | |
| EdgePoint () | |
| Default constructor. More... | |
| EdgePoint (BulkPoint bulk, const EdgeIntegral *edge_integral, uint side_begin) | |
| Constructor. More... | |
| EdgePoint | point_on (const DHCellSide &edg_side) const |
| Return corresponds EdgePoint of neighbour side of same dimension (computing of side integrals). More... | |
| bool | operator== (const EdgePoint &other) |
| Comparison of accessors. More... | |
Public Member Functions inherited from SidePoint | |
| SidePoint () | |
| Default constructor. More... | |
| SidePoint (BulkPoint bulk, uint side_begin) | |
| Constructor. More... | |
| SidePoint (DHCellSide cell_side, const ElementCacheMap *elm_cache_map, const EdgeIntegral *edge_integral, unsigned int local_point_idx) | |
| Constructor. More... | |
| unsigned int | eval_point_idx () const |
| Return index in EvalPoints object. More... | |
| bool | operator== (const SidePoint &other) |
| Comparison of accessors. More... | |
Public Member Functions inherited from BulkPoint | |
| BulkPoint () | |
| Default constructor. More... | |
| BulkPoint (const ElementCacheMap *elm_cache_map, uint elem_idx, uint loc_point_idx) | |
| Constructor. More... | |
| std::shared_ptr< EvalPoints > | eval_points () const |
| Getter of EvalPoints object. More... | |
| const ElementCacheMap * | elm_cache_map () const |
| unsigned int | elem_patch_idx () const |
| unsigned int | eval_point_idx () const |
| Return index in EvalPoints object. More... | |
| void | inc () |
| Iterates to next point. More... | |
| bool | operator== (const BulkPoint &other) |
| Comparison of accessors. More... | |
Private Attributes | |
| const EdgeIntegral * | integral_ |
Additional Inherited Members | |
Protected Attributes inherited from SidePoint | |
| unsigned int | side_begin_ |
| Index of side in element. More... | |
Protected Attributes inherited from BulkPoint | |
| const ElementCacheMap * | elm_cache_map_ |
| unsigned int | elem_patch_idx_ |
| Index of element in the patch. More... | |
| unsigned int | local_point_idx_ |
| Index of the local point in the integral object. More... | |
Point accessor allow iterate over quadrature points of given side defined in local element coordinates.
Definition at line 159 of file eval_subset.hh.
|
inline |
Default constructor.
Definition at line 162 of file eval_subset.hh.

|
inline |
Constructor.
Definition at line 473 of file eval_subset.hh.
|
inline |
Comparison of accessors.
Definition at line 172 of file eval_subset.hh.
|
inline |
Return corresponds EdgePoint of neighbour side of same dimension (computing of side integrals).
Definition at line 478 of file eval_subset.hh.
|
private |
Definition at line 176 of file eval_subset.hh.
1.8.17