Flow123d  JS_before_hm-1598-g3b021b4
Public Member Functions | Private Attributes | List of all members
EdgePoint Class Reference

Point accessor allow iterate over quadrature points of given side defined in local element coordinates. More...

#include <eval_subset.hh>

Inheritance diagram for EdgePoint:
Inheritance graph
[legend]
Collaboration diagram for EdgePoint:
Collaboration graph
[legend]

Public Member Functions

 EdgePoint ()
 Default constructor. More...
 
 EdgePoint (DHCellSide cell_side, const ElementCacheMap *elm_cache_map, const EdgeIntegral *edge_integral, unsigned int local_point_idx)
 Constructor. More...
 
EdgePoint point_on (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...
 
unsigned int eval_point_idx () const
 Return index in EvalPoints object. More...
 
- Public Member Functions inherited from SidePoint
 SidePoint ()
 Default constructor. More...
 
 SidePoint (DHCellSide cell_side, const ElementCacheMap *elm_cache_map, unsigned int local_point_idx)
 Constructor. More...
 
unsigned int permutation_idx () const
 
- Public Member Functions inherited from PointBase
 PointBase ()
 Default constructor. More...
 
 PointBase (const ElementCacheMap *elm_cache_map, unsigned int loc_point_idx)
 Constructor. More...
 
std::shared_ptr< EvalPointseval_points () const
 Getter of EvalPoints object. More...
 
const ElementCacheMapelm_cache_map () const
 
unsigned int elem_patch_idx () const
 
void inc ()
 Iterates to next point. More...
 

Private Attributes

const EdgeIntegralintegral_
 Pointer to edge point integral. More...
 

Additional Inherited Members

- Protected Attributes inherited from SidePoint
unsigned int side_idx_
 Index of side in element. More...
 
unsigned int permutation_idx_
 Permutation index corresponding with DHCellSide. More...
 
- Protected Attributes inherited from PointBase
unsigned int local_point_idx_
 Local coordinates within element. More...
 
unsigned int elem_patch_idx_
 Index of element in the patch. More...
 
const ElementCacheMapelm_cache_map_
 Pointer ElementCacheMap needed for point evaluation. More...
 

Detailed Description

Point accessor allow iterate over quadrature points of given side defined in local element coordinates.

Definition at line 154 of file eval_subset.hh.

Constructor & Destructor Documentation

EdgePoint::EdgePoint ( )
inline

Default constructor.

Definition at line 157 of file eval_subset.hh.

EdgePoint::EdgePoint ( DHCellSide  cell_side,
const ElementCacheMap elm_cache_map,
const EdgeIntegral edge_integral,
unsigned int  local_point_idx 
)
inline

Constructor.

Definition at line 161 of file eval_subset.hh.

Member Function Documentation

unsigned int EdgePoint::eval_point_idx ( ) const
inline

Return index in EvalPoints object.

Definition at line 450 of file eval_subset.hh.

Here is the caller graph for this function:

bool EdgePoint::operator== ( const EdgePoint other)
inline

Comparison of accessors.

Definition at line 168 of file eval_subset.hh.

EdgePoint EdgePoint::point_on ( DHCellSide  edg_side) const
inline

Return corresponds EdgePoint of neighbour side of same dimension (computing of side integrals).

Definition at line 454 of file eval_subset.hh.

Member Data Documentation

const EdgeIntegral* EdgePoint::integral_
private

Pointer to edge point integral.

Definition at line 177 of file eval_subset.hh.


The documentation for this class was generated from the following file: