Flow123d
JS_before_hm-2039-g19af1f327
|
Go to the documentation of this file.
18 #ifndef MAKE_NEIGHBOURS_H
19 #define MAKE_NEIGHBOURS_H
127 inline unsigned int edge_idx()
const;
148 OLD_ASSERT(
edge().n_sides() == 1 ,
"VB neighbouring with %d sides.\n",
edge().n_sides());
unsigned int edge_idx_
Index of Edge in Mesh.
unsigned int elem_idx_
Index of element in Mesh::element_vec_.
ElementAccessor< 3 > element() const
SideIter side(const unsigned int i) const
Gets side iterator of the i -th side.
ElementAccessor< 3 > element_accessor(unsigned int idx) const
Create and return ElementAccessor to element of given idx.
unsigned int edge_idx() const
Edge edge(uint edge_idx) const
Return edge with given index.
void reinit(MeshBase *mesh, unsigned int elem_idx, unsigned int edge_idx)
MeshBase * mesh_
Pointer to Mesh to which belonged.
Base class for Mesh and BCMesh.
Class represents boundary part of mesh.