![]() |
YAC 3.8.0
Yet Another Coupler
|
#include <mpi.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "tests.h"
#include "test_common.h"
#include "yac.h"
#include "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 | |
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 38 of file test_dummy_coupling_c.c.
|
static |
|
static |
|
static |
double* buffer |
Definition at line 57 of file test_dummy_coupling_c.c.
double* buffer_lat |
Definition at line 59 of file test_dummy_coupling_c.c.
double* buffer_lon |
Definition at line 58 of file test_dummy_coupling_c.c.
int cell_core_mask[NBR_CELLS] |
Definition at line 55 of file test_dummy_coupling_c.c.
int* cell_mask |
Definition at line 63 of file test_dummy_coupling_c.c.
int cell_mask_ids[1] |
Definition at line 50 of file test_dummy_coupling_c.c.
int cell_point_ids[1] |
Definition at line 49 of file test_dummy_coupling_c.c.
int* cell_to_vertex |
Definition at line 60 of file test_dummy_coupling_c.c.
int collection_size |
Definition at line 23 of file test_dummy_coupling_c.c.
int comp_id |
Definition at line 46 of file test_dummy_coupling_c.c.
int comp_ids[1] |
Definition at line 47 of file test_dummy_coupling_c.c.
struct { ... } field[] |
int* field_id |
Definition at line 62 of file test_dummy_coupling_c.c.
int flag |
Definition at line 65 of file test_dummy_coupling_c.c.
int global_index[NBR_CELLS] |
Definition at line 54 of file test_dummy_coupling_c.c.
int grid_id |
Definition at line 52 of file test_dummy_coupling_c.c.
int ierror |
Definition at line 45 of file test_dummy_coupling_c.c.
int info |
Definition at line 45 of file test_dummy_coupling_c.c.
char const* name |
Definition at line 22 of file test_dummy_coupling_c.c.
int nbr_vertices_per_cell[NBR_CELLS] |
Definition at line 43 of file test_dummy_coupling_c.c.
char* yaml_filename |
Definition at line 36 of file test_dummy_coupling_c.c.