|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include "tests.h"#include "test_common.h"#include "geometry.h"#include "interpolation/methods/interp_method.h"#include "interpolation/methods/interp_method_avg.h"#include "interpolation/methods/interp_method_conserv.h"#include "interpolation/methods/interp_method_creep.h"#include "interpolation/methods/interp_method_fixed.h"#include "dist_grid_utils.h"#include "yac_mpi.h"#include <mpi.h>#include <yaxt.h>#include <netcdf.h>
Go to the source code of this file.
Variables | |
| static char const * | grid_names [2] = {"src_grid", "tgt_grid"} |
Definition in file test_interp_method_creep_parallel.c.
|
static |
Definition at line 27 of file test_interp_method_creep_parallel.c.