#include <sides.h>
Definition at line 31 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 37 of file side_impl.hh.
Edge * Side::edge |
( |
| ) |
const |
|
inline |
Returns pointer to the edge connected to the side.
Definition at line 65 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 61 of file side_impl.hh.
unsigned int Side::el_idx |
( |
| ) |
const |
|
inline |
Returns local index of the side on the element.
Definition at line 81 of file side_impl.hh.
Returns full iterator to the element of the side.
Definition at line 52 of file side_impl.hh.
Iterate over local sides of the element.
Definition at line 91 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 96 of file side_impl.hh.
double Side::measure |
( |
| ) |
const |
Mesh * Side::mesh |
( |
| ) |
const |
|
inline |
Returns pointer to the mesh.
Definition at line 57 of file side_impl.hh.
unsigned int Side::n_nodes |
( |
| ) |
const |
|
inline |
Returns number of nodes of the side.
Definition at line 33 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 46 of file side_impl.hh.
bool Side::valid |
( |
| ) |
const |
|
inline |
Returns true if the side has assigned element.
Definition at line 86 of file side_impl.hh.
unsigned int Side::el_idx_ |
|
private |
The documentation for this class was generated from the following files: