YetAnotherCoupler 3.5.2
|
#include <grid_cell.h>
Data Fields | |
double(* | coordinates_xyz )[3] |
enum yac_edge_type * | edge_type |
size_t | num_corners |
size_t | array_size |
Definition at line 18 of file grid_cell.h.
size_t yac_grid_cell::array_size |
size in elements of the arrays: coordinates_x, coordinates_y, edge_type and 1/3 of coordinates_xyz
Definition at line 22 of file grid_cell.h.
double(* yac_grid_cell::coordinates_xyz)[3] |
Definition at line 19 of file grid_cell.h.
enum yac_edge_type* yac_grid_cell::edge_type |
Definition at line 20 of file grid_cell.h.
size_t yac_grid_cell::num_corners |
Definition at line 21 of file grid_cell.h.