#include <elements.h>
|
class | Mesh |
|
template<int spacedim, class Value > |
class | Field |
|
Definition at line 39 of file elements.h.
Element::Element |
( |
unsigned int |
dim, |
|
|
RegionIdx |
reg |
|
) |
| |
unsigned int Element::dim |
( |
| ) |
const |
|
inline |
unsigned int Element::edge_idx |
( |
unsigned int |
edg_idx | ) |
const |
|
inline |
Return edge_idx of given index.
Definition at line 136 of file elements.h.
void Element::init |
( |
unsigned int |
dim, |
|
|
RegionIdx |
reg |
|
) |
| |
unsigned int Element::n_neighs_vb |
( |
| ) |
const |
|
inline |
Return number of neighbours.
Definition at line 67 of file elements.h.
unsigned int Element::n_nodes |
( |
| ) |
const |
|
inline |
unsigned int Element::n_sides |
( |
| ) |
const |
|
inline |
unsigned int Element::node_idx |
( |
unsigned int |
ni | ) |
const |
|
inline |
Return index (in Mesh::node_vec) of ni-th node.
Definition at line 72 of file elements.h.
unsigned int Element::permutation_idx |
( |
unsigned int |
prm_idx | ) |
const |
|
inline |
Return permutation_idx of given index.
Definition at line 141 of file elements.h.
int Element::pid |
( |
| ) |
const |
|
inline |
Return Id of mesh partition.
Definition at line 62 of file elements.h.
template<int spacedim, class Value >
unsigned int* Element::boundary_idx_ |
unsigned int Element::dim_ |
|
protected |
unsigned int Element::n_neighs_vb_ |
|
mutableprotected |
of neighbours, V-B type (comp.)
Definition at line 91 of file elements.h.
std::array<unsigned int, 4> Element::nodes_ |
|
protected |
indices to element's nodes
Definition at line 111 of file elements.h.
Indices of permutations of nodes on sides. It determines, in which order to take the nodes of the side so as to obtain the same order as on the reference side (side 0 on the particular edge).
Permutations are defined in RefElement::side_permutations.
TODO fix and remove mutable directive
Definition at line 104 of file elements.h.
Id # of mesh partition.
Definition at line 89 of file elements.h.
The documentation for this class was generated from the following files: