Flow123d
JS_before_hm-1754-g1847fd3ed
|
Go to the documentation of this file.
18 #ifndef MAKE_NEIGHBOURS_H
19 #define MAKE_NEIGHBOURS_H
Mesh * mesh_
Pointer to Mesh to which belonged.
void reinit(Mesh *mesh, unsigned int elem_idx, unsigned int edge_idx)
unsigned int edge_idx_
Index of Edge in Mesh.
unsigned int elem_idx_
Index of element in Mesh::element_vec_.
unsigned int n_sides() const
SideIter side(const unsigned int i) const
Gets side iterator of the i -th side.
ElementAccessor< 3 > element()
virtual ElementAccessor< 3 > element_accessor(unsigned int idx) const
Create and return ElementAccessor to element of given idx.
Edge edge(uint edge_idx) const