|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include "tests.h"#include "interpolation/methods/interp_method.h"#include "interpolation/methods/interp_method_nnn.h"#include "dist_grid_utils.h"#include "yac_mpi.h"#include "geometry.h"#include <mpi.h>#include <yaxt.h>#include <netcdf.h>
Go to the source code of this file.
Variables | |
| char const | src_grid_name [] = "src_grid" |
| char const | tgt_grid_name [] = "tgt_grid" |
Definition in file test_interp_method_rbf_parallel.c.
| char const src_grid_name[] = "src_grid" |
Definition at line 25 of file test_interp_method_rbf_parallel.c.
| char const tgt_grid_name[] = "tgt_grid" |
Definition at line 26 of file test_interp_method_rbf_parallel.c.