|
YAC 3.12.0
Yet Another Coupler
|
#include <mpi.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include "yac.h"#include "utils_common.h"#include "io_utils.h"#include "geometry.h"#include "read_icon_grid.h"#include "read_mpiom_grid.h"#include "generate_cubed_sphere.h"#include "test_function.h"#include "tests.h"
Go to the source code of this file.
Data Structures | |
| struct | grid_data |
| struct | intra_comp_yac_info |
| struct | comp_pair_yac_info |
Macros | |
| #define | EXACT |
| #define | DUMMY_VALUE (-1337.0) |
Definition in file test_dummy_coupling3_c.c.
| #define DUMMY_VALUE (-1337.0) |
Definition at line 32 of file test_dummy_coupling3_c.c.
| #define EXACT |
Definition at line 5 of file test_dummy_coupling3_c.c.