|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <mpi.h>#include "tests.h"#include "test_common.h"#include "dist_grid_utils.h"#include "interpolation/methods/interp_method_avg.h"#include "interpolation/methods/interp_method_fixed.h"
Go to the source code of this file.
Macros | |
| #define | YAC_RAD (0.01745329251994329576923690768489) |
| #define | MAX_COLLECTION_SIZE (10) |
Variables | |
| char const | grid_name_src [] = "src_grid" |
| char const | grid_name_tgt [] = "tgt_grid" |
Definition in file test_interpolation_parallel1_c.c.
| #define MAX_COLLECTION_SIZE (10) |
Definition at line 24 of file test_interpolation_parallel1_c.c.
| #define YAC_RAD (0.01745329251994329576923690768489) |
Definition at line 22 of file test_interpolation_parallel1_c.c.
| char const grid_name_src[] = "src_grid" |
Definition at line 26 of file test_interpolation_parallel1_c.c.
| char const grid_name_tgt[] = "tgt_grid" |
Definition at line 27 of file test_interpolation_parallel1_c.c.