|
Peka2D_v5
v5.0
|
Geometry cells: mesh characteristics in cells. More...
#include <structs.h>

Public Attributes | |
| int | id |
| int | isBound |
| double | area |
| double | center [3] |
| int | nneig |
| int | nbound |
| t_node * | nodes [4] |
| t_c_cell * | neigcell [4] |
| t_wall * | neigwall [4] |
| t_edge * | wall |
| double | Lwallmax |
Geometry cells: mesh characteristics in cells.
| double t_g_cell_::area |
| double t_g_cell_::center[3] |
| int t_g_cell_::id |
| int t_g_cell_::isBound |
| double t_g_cell_::Lwallmax |
| int t_g_cell_::nbound |
| t_c_cell* t_g_cell_::neigcell[4] |
| t_wall* t_g_cell_::neigwall[4] |
| int t_g_cell_::nneig |
| t_node* t_g_cell_::nodes[4] |
| t_edge* t_g_cell_::wall |