|
YAC 3.14.0
Yet Another Coupler
|
#include <mpi.h>#include <yaxt.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include "tests.h"#include "test_common.h"#include "yac.h"#include "grids/basic_grid.h"
Go to the source code of this file.
Enumerations | |
| enum | { NO_OF_FIELDS = sizeof(field) / sizeof(field[0]) , NBR_CELLS = 2 , NBR_VERTICES = 4 } |
Functions | |
| static void | dummy_atmosphere () |
| static void | dummy_ocean () |
| static void | dummy_io () |
Variables | ||
| struct { | ||
| char const * name | ||
| int collection_size | ||
| } | field [] | |
| char * | yaml_filename | |
| int | nbr_vertices_per_cell [NBR_CELLS] | |
| int | info | |
| int | ierror | |
| int | comp_id | |
| int | comp_ids [1] | |
| int | cell_point_ids [1] | |
| int | cell_mask_ids [1] | |
| int | grid_id | |
| yac_int | global_index [NBR_CELLS] | |
| int | cell_core_mask [NBR_CELLS] | |
| double * | buffer | |
| double * | buffer_lon | |
| double * | buffer_lat | |
| int * | cell_to_vertex | |
| int * | field_id | |
| int * | cell_mask | |
| int | flag | |
Definition in file test_dummy_coupling_c.c.
| anonymous enum |
| Enumerator | |
|---|---|
| NO_OF_FIELDS | |
| NBR_CELLS | |
| NBR_VERTICES | |
Definition at line 39 of file test_dummy_coupling_c.c.
|
static |
|
static |
|
static |
| double* buffer |
Definition at line 58 of file test_dummy_coupling_c.c.
| double* buffer_lat |
Definition at line 60 of file test_dummy_coupling_c.c.
| double* buffer_lon |
Definition at line 59 of file test_dummy_coupling_c.c.
| int cell_core_mask[NBR_CELLS] |
Definition at line 56 of file test_dummy_coupling_c.c.
| int* cell_mask |
Definition at line 64 of file test_dummy_coupling_c.c.
| int cell_mask_ids[1] |
Definition at line 51 of file test_dummy_coupling_c.c.
| int cell_point_ids[1] |
Definition at line 50 of file test_dummy_coupling_c.c.
| int* cell_to_vertex |
Definition at line 61 of file test_dummy_coupling_c.c.
| int collection_size |
Definition at line 24 of file test_dummy_coupling_c.c.
| int comp_id |
Definition at line 47 of file test_dummy_coupling_c.c.
| int comp_ids[1] |
Definition at line 48 of file test_dummy_coupling_c.c.
| struct { ... } field[] |
| int* field_id |
Definition at line 63 of file test_dummy_coupling_c.c.
| int flag |
Definition at line 66 of file test_dummy_coupling_c.c.
Definition at line 55 of file test_dummy_coupling_c.c.
| int grid_id |
Definition at line 53 of file test_dummy_coupling_c.c.
| int ierror |
Definition at line 46 of file test_dummy_coupling_c.c.
| int info |
Definition at line 46 of file test_dummy_coupling_c.c.
| char const* name |
Definition at line 23 of file test_dummy_coupling_c.c.
| int nbr_vertices_per_cell[NBR_CELLS] |
Definition at line 44 of file test_dummy_coupling_c.c.
| char* yaml_filename |
Definition at line 37 of file test_dummy_coupling_c.c.