Flow123d
JS_before_hm-927-g0a4a2b5
|
Side accessor allows to iterate over sides of DOF handler cell. More...
#include <dh_cell_accessor.hh>
Public Member Functions | |
DHCellSide () | |
Default invalid accessor. More... | |
DHCellSide (const DHCellAccessor &dh_cell_accessor, unsigned int side_idx) | |
virtual bool | is_valid () const |
Check validity of accessor (see default constructor) More... | |
Side | side () const |
Return Side of given cell and side_idx. More... | |
const DHCellAccessor & | cell () const |
Return DHCellAccessor appropriate to the side. More... | |
DHCellAccessor & | cell () |
Return DHCellAccessor appropriate to the side. More... | |
unsigned int | dim () const |
Return dimension of element appropriate to the side. More... | |
arma::vec3 | centre () const |
Side centre. More... | |
ElementAccessor< 3 > | element () const |
unsigned int | elem_idx () const |
Boundary | cond () const |
unsigned int | side_idx () const |
double | measure () const |
double | diameter () const |
RangeConvert< DHEdgeSide, DHCellSide > | edge_sides () const |
Returns range of all sides looped over common Edge. More... | |
unsigned int | n_edge_sides () const |
virtual void | inc () |
Iterates to next local element. More... | |
bool | operator== (const DHCellSide &other) |
Comparison of accessors. More... | |
bool | operator!= (const DHCellSide &other) const |
Private Attributes | |
DHCellAccessor | dh_cell_accessor_ |
Appropriate DHCellAccessor. More... | |
unsigned int | side_idx_ |
Index of side. More... | |
Friends | |
class | DHEdgeSide |
Side accessor allows to iterate over sides of DOF handler cell.
Iterator is defined by:
Definition at line 190 of file dh_cell_accessor.hh.
|
inline |
Default invalid accessor.
Create invalid dh_cell_accessor_
.
Definition at line 198 of file dh_cell_accessor.hh.
|
inline |
DOF cell side accessor.
Definition at line 203 of file dh_cell_accessor.hh.
|
inline |
Return DHCellAccessor appropriate to the side.
Definition at line 218 of file dh_cell_accessor.hh.
|
inline |
Return DHCellAccessor appropriate to the side.
Definition at line 223 of file dh_cell_accessor.hh.
|
inline |
Side centre.
Definition at line 233 of file dh_cell_accessor.hh.
|
inline |
|
inline |
Definition at line 257 of file dh_cell_accessor.hh.
|
inline |
Return dimension of element appropriate to the side.
Definition at line 228 of file dh_cell_accessor.hh.
|
inline |
Returns range of all sides looped over common Edge.
Definition at line 487 of file dh_cell_accessor.hh.
|
inline |
|
inline |
|
inlinevirtual |
Iterates to next local element.
Definition at line 273 of file dh_cell_accessor.hh.
|
inlinevirtual |
Check validity of accessor (see default constructor)
Definition at line 207 of file dh_cell_accessor.hh.
|
inline |
|
inline |
Returns total number of sides appropriate to Edge that owns actual cell side.
return empty range if no element connected to Edge is local
Definition at line 493 of file dh_cell_accessor.hh.
|
inline |
Definition at line 282 of file dh_cell_accessor.hh.
|
inline |
Comparison of accessors.
Definition at line 278 of file dh_cell_accessor.hh.
|
inline |
Return Side of given cell and side_idx.
Definition at line 212 of file dh_cell_accessor.hh.
|
inline |
|
friend |
Definition at line 292 of file dh_cell_accessor.hh.
|
private |
Appropriate DHCellAccessor.
Definition at line 288 of file dh_cell_accessor.hh.
|
private |
Index of side.
Definition at line 290 of file dh_cell_accessor.hh.