LifeV
|
Variables | |
const markerID_Type | INTERNAL = 0 |
Label for the internal entities. More... | |
const markerID_Type | BOTTOM = 1 |
Label for the bottom boundary edge. More... | |
const markerID_Type | LEFT = 2 |
Label for the left boundary edge. More... | |
const markerID_Type | TOP = 3 |
Label for the top boundary edge. More... | |
const markerID_Type | RIGHT = 4 |
Label for the right boundary edge. More... | |
const markerID_Type | TOP_LEFT = 7 |
Label for the top and left boundary corner. More... | |
const markerID_Type | BOTTOM_RIGHT = 5 |
Label for the bottom and right boundary corner. More... | |
const markerID_Type | BOTTOM_LEFT = 8 |
Label for the bottom and left boundary corner. More... | |
const markerID_Type | TOP_RIGHT = 6 |
Label for the top and right boundary corner. More... | |
const markerID_Type INTERNAL = 0 |
Label for the internal entities.
Definition at line 52 of file RegionMesh2DStructured.hpp.
const markerID_Type BOTTOM = 1 |
Label for the bottom boundary edge.
Definition at line 55 of file RegionMesh2DStructured.hpp.
const markerID_Type LEFT = 2 |
Label for the left boundary edge.
Definition at line 58 of file RegionMesh2DStructured.hpp.
const markerID_Type TOP = 3 |
Label for the top boundary edge.
Definition at line 61 of file RegionMesh2DStructured.hpp.
const markerID_Type RIGHT = 4 |
Label for the right boundary edge.
Definition at line 64 of file RegionMesh2DStructured.hpp.
const markerID_Type TOP_LEFT = 7 |
Label for the top and left boundary corner.
Definition at line 67 of file RegionMesh2DStructured.hpp.
const markerID_Type BOTTOM_RIGHT = 5 |
Label for the bottom and right boundary corner.
Definition at line 70 of file RegionMesh2DStructured.hpp.
const markerID_Type BOTTOM_LEFT = 8 |
Label for the bottom and left boundary corner.
Definition at line 73 of file RegionMesh2DStructured.hpp.
const markerID_Type TOP_RIGHT = 6 |
Label for the top and right boundary corner.
Definition at line 76 of file RegionMesh2DStructured.hpp.