#include <sides.h>
Definition at line 39 of file sides.h.
Side::Side |
( |
const Mesh * |
mesh, |
|
|
unsigned int |
elem_idx, |
|
|
unsigned int |
set_lnum |
|
) |
| |
|
inline |
unsigned int Side::cond_idx |
( |
| ) |
const |
|
inline |
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.
const Edge * Side::edge |
( |
| ) |
const |
|
inline |
Returns pointer to the edge connected to the side.
Definition at line 66 of file side_impl.hh.
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.
unsigned int Side::elem_idx |
( |
| ) |
const |
|
inline |
Returns iterator to the element of the side.
Definition at line 53 of file side_impl.hh.
Iterate over local sides of the element.
Definition at line 97 of file side_impl.hh.
bool Side::is_external |
( |
| ) |
const |
|
inline |
double Side::measure |
( |
| ) |
const |
const Mesh * Side::mesh |
( |
| ) |
const |
|
inline |
Returns pointer to the mesh.
Definition at line 58 of file side_impl.hh.
unsigned int Side::n_nodes |
( |
| ) |
const |
|
inline |
Returns number of nodes of the side.
Definition at line 34 of file side_impl.hh.
Returns node for given local index i
on the side.
Definition at line 47 of file side_impl.hh.
This is necessary by current DofHandler, should change this.
Definition at line 69 of file sides.cc.
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.
bool Side::valid |
( |
| ) |
const |
|
inline |
Returns true if the side has assigned element.
Definition at line 92 of file side_impl.hh.
unsigned int Side::elem_idx_ |
|
private |
Pointer to Mesh to which belonged.
Definition at line 121 of file sides.h.
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: