#include <elements.h>
Definition at line 40 of file elements.h.
◆ Element() [1/2]
◆ Element() [2/2]
Element::Element |
( |
unsigned int |
dim, |
|
|
RegionIdx |
reg |
|
) |
| |
◆ ~Element()
◆ dim()
unsigned int Element::dim |
( |
| ) |
const |
|
inline |
◆ edge_idx()
unsigned int Element::edge_idx |
( |
unsigned int |
edg_idx | ) |
const |
|
inline |
Return edge_idx of given index.
Definition at line 135 of file elements.h.
◆ init()
void Element::init |
( |
unsigned int |
dim, |
|
|
RegionIdx |
reg |
|
) |
| |
◆ n_neighs_vb()
unsigned int Element::n_neighs_vb |
( |
| ) |
const |
|
inline |
Return number of neighbours.
Definition at line 65 of file elements.h.
◆ n_nodes()
unsigned int Element::n_nodes |
( |
| ) |
const |
|
inline |
◆ n_sides()
unsigned int Element::n_sides |
( |
| ) |
const |
|
inline |
◆ node_idx()
unsigned int Element::node_idx |
( |
unsigned int |
ni | ) |
const |
|
inline |
Return index (in Mesh::node_vec) of ni-th node.
Definition at line 70 of file elements.h.
◆ pid()
int Element::pid |
( |
| ) |
const |
|
inline |
Return Id of mesh partition.
Definition at line 60 of file elements.h.
◆ region_idx()
◆ BCMesh
◆ Field
template<int spacedim, class Value >
◆ Mesh
◆ MeshBase
◆ boundary_idx_
unsigned int* Element::boundary_idx_ |
◆ dim_
unsigned int Element::dim_ |
|
protected |
◆ edge_idx_
◆ inverted
Inverted permutation of element nodes, negative Jacobian.
Definition at line 88 of file elements.h.
◆ n_neighs_vb_
unsigned int Element::n_neighs_vb_ |
|
mutableprotected |
of neighbours, V-B type (comp.)
Definition at line 97 of file elements.h.
◆ neigh_vb
◆ nodes_
std::array<unsigned int, 4> Element::nodes_ |
|
protected |
indices to element's nodes
Definition at line 108 of file elements.h.
◆ permutation_
uint Element::permutation_ |
Index of permutation of input nodes.
Definition at line 92 of file elements.h.
◆ pid_
Id # of mesh partition.
Definition at line 95 of file elements.h.
◆ region_idx_
The documentation for this class was generated from the following files:
- /home/runner/work/flow123d/flow123d/src/mesh/elements.h
- /home/runner/work/flow123d/flow123d/src/mesh/elements.cc