#include <sides.h>
Definition at line 43 of file sides.h.
Side::Side |
( |
const Element * |
ele, |
|
|
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 26 of file side_impl.hh.
Edge * Side::edge |
( |
| ) |
const |
|
inline |
Returns pointer to the edge connected to the side.
Definition at line 54 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 50 of file side_impl.hh.
unsigned int Side::el_idx |
( |
| ) |
const |
|
inline |
Returns local index of the side on the element.
Definition at line 70 of file side_impl.hh.
Returns full iterator to the element of the side.
Definition at line 41 of file side_impl.hh.
Iterate over local sides of the element.
Definition at line 80 of file side_impl.hh.
bool Side::is_external |
( |
| ) |
const |
|
inline |
void * Side::make_ptr |
( |
| ) |
const |
|
inline |
This is necessary by current DofHandler, should change this.
Definition at line 85 of file side_impl.hh.
double Side::measure |
( |
| ) |
const |
Mesh * Side::mesh |
( |
| ) |
const |
|
inline |
Returns pointer to the mesh.
Definition at line 46 of file side_impl.hh.
unsigned int Side::n_nodes |
( |
| ) |
const |
|
inline |
Returns number of nodes of the side.
Definition at line 22 of file side_impl.hh.
const Node * Side::node |
( |
unsigned int |
i | ) |
const |
|
inline |
Returns node for given local index i
on the side.
Definition at line 35 of file side_impl.hh.
bool Side::valid |
( |
| ) |
const |
|
inline |
Returns true if the side has assigned element.
Definition at line 75 of file side_impl.hh.
unsigned int Side::el_idx_ |
|
private |
The documentation for this class was generated from the following files:
- /home/Jenkins/jenkins/F123-windows32-release/flow123d/src/mesh/sides.h
- /home/Jenkins/jenkins/F123-windows32-release/flow123d/src/mesh/side_impl.hh
- /home/Jenkins/jenkins/F123-windows32-release/flow123d/src/mesh/sides.cc