#include <sides.h>
Definition at line 39 of file sides.h.
◆ Side() [1/2]
◆ Side() [2/2]
Side::Side |
( |
const Mesh * |
mesh, |
|
|
unsigned int |
elem_idx, |
|
|
unsigned int |
set_lnum |
|
) |
| |
|
inline |
◆ centre()
◆ cond()
◆ cond_idx()
unsigned int Side::cond_idx |
( |
| ) |
const |
|
inline |
◆ dim()
unsigned int Side::dim |
( |
| ) |
const |
|
inline |
Returns dimension of the side, that is dimension of the element minus one.
Definition at line 38 of file side_impl.hh.
◆ edge()
const Edge * Side::edge |
( |
| ) |
const |
|
inline |
Returns pointer to the edge connected to the side.
Definition at line 66 of file side_impl.hh.
◆ edge_idx()
unsigned int Side::edge_idx |
( |
| ) |
const |
|
inline |
Returns global index of the edge connected to the side.
Definition at line 62 of file side_impl.hh.
◆ elem_idx()
unsigned int Side::elem_idx |
( |
| ) |
const |
|
inline |
◆ element()
Returns iterator to the element of the side.
Definition at line 53 of file side_impl.hh.
◆ inc()
Iterate over local sides of the element.
Definition at line 97 of file side_impl.hh.
◆ is_external()
bool Side::is_external |
( |
| ) |
const |
|
inline |
◆ measure()
double Side::measure |
( |
| ) |
const |
◆ mesh()
const Mesh * Side::mesh |
( |
| ) |
const |
|
inline |
Returns pointer to the mesh.
Definition at line 58 of file side_impl.hh.
◆ n_nodes()
unsigned int Side::n_nodes |
( |
| ) |
const |
|
inline |
Returns number of nodes of the side.
Definition at line 34 of file side_impl.hh.
◆ node()
Returns node for given local index i
on the side.
Definition at line 47 of file side_impl.hh.
◆ normal()
◆ normal_line()
◆ normal_point()
This is necessary by current DofHandler, should change this.
Definition at line 69 of file sides.cc.
◆ normal_triangle()
◆ side_idx()
unsigned int Side::side_idx |
( |
| ) |
const |
|
inline |
Returns local index of the side on the element.
Definition at line 82 of file side_impl.hh.
◆ valid()
bool Side::valid |
( |
| ) |
const |
|
inline |
Returns true if the side has assigned element.
Definition at line 92 of file side_impl.hh.
◆ elem_idx_
unsigned int Side::elem_idx_ |
|
private |
◆ mesh_
Pointer to Mesh to which belonged.
Definition at line 121 of file sides.h.
◆ side_idx_
unsigned int Side::side_idx_ |
|
private |
Local # of side in element (to remove it, we heve to remove calc_side_rhs)
Definition at line 123 of file sides.h.
The documentation for this class was generated from the following files: