Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <boundaries.h>
Public Member Functions | |
Boundary () | |
Edge * | edge () |
Element * | element () |
Region | region () |
ElementAccessor< 3 > | element_accessor () |
SideIter | side () |
Public Attributes | |
unsigned int | edge_idx_ |
unsigned int | bc_ele_idx_ |
Mesh * | mesh_ |
Static Public Attributes | |
static flow::VectorId < unsigned int > | id_to_bcd |
Definition at line 55 of file boundaries.h.
Boundary::Boundary | ( | ) |
Definition at line 41 of file boundaries.cc.
Edge * Boundary::edge | ( | ) |
Can not make this inline now.
Definition at line 51 of file boundaries.cc.
Element * Boundary::element | ( | ) |
ElementAccessor< 3 > Boundary::element_accessor | ( | ) |
|
inline |
|
inline |
Definition at line 81 of file boundaries.h.
unsigned int Boundary::bc_ele_idx_ |
Definition at line 88 of file boundaries.h.
unsigned int Boundary::edge_idx_ |
Definition at line 87 of file boundaries.h.
|
static |
temporary solution for old type BCD. Transport BCD refers through IDs to flow BCD, so we have to store positions of Flow BCD items somewhere.
Definition at line 63 of file boundaries.h.
Mesh* Boundary::mesh_ |
Definition at line 89 of file boundaries.h.