|
YAC 3.21.0
Yet Another Coupler
|

Data Fields | |
| char const * | name |
| int | nbr_vertices |
| int | nbr_cells |
| int * | num_vertices_per_cell |
| int * | cell_to_vertex |
| double * | x_vertices |
| double * | y_vertices |
| double * | x_cells |
| double * | y_cells |
| int * | cell_mask |
| int * | global_cell_id |
| int * | cell_core_mask |
| int * | global_corner_id |
| int * | corner_core_mask |
Definition at line 36 of file test_dummy_coupling3_c.c.
| int* grid_data::cell_core_mask |
Definition at line 51 of file test_dummy_coupling3_c.c.
| int* grid_data::cell_mask |
Definition at line 49 of file test_dummy_coupling3_c.c.
| int* grid_data::cell_to_vertex |
Definition at line 43 of file test_dummy_coupling3_c.c.
| int* grid_data::corner_core_mask |
Definition at line 53 of file test_dummy_coupling3_c.c.
| int* grid_data::global_cell_id |
Definition at line 50 of file test_dummy_coupling3_c.c.
| int* grid_data::global_corner_id |
Definition at line 52 of file test_dummy_coupling3_c.c.
| char const* grid_data::name |
Definition at line 38 of file test_dummy_coupling3_c.c.
| int grid_data::nbr_cells |
Definition at line 41 of file test_dummy_coupling3_c.c.
| int grid_data::nbr_vertices |
Definition at line 40 of file test_dummy_coupling3_c.c.
| int* grid_data::num_vertices_per_cell |
Definition at line 42 of file test_dummy_coupling3_c.c.
| double* grid_data::x_cells |
Definition at line 46 of file test_dummy_coupling3_c.c.
| double* grid_data::x_vertices |
Definition at line 44 of file test_dummy_coupling3_c.c.
| double* grid_data::y_cells |
Definition at line 47 of file test_dummy_coupling3_c.c.
| double* grid_data::y_vertices |
Definition at line 45 of file test_dummy_coupling3_c.c.