|
YAC 3.14.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_conserv.h"#include "interpolation/methods/interp_method_fixed.h"#include "dist_grid_utils.h"#include "yac_mpi.h"#include "geometry.h"#include <mpi.h>#include <yaxt.h>
Go to the source code of this file.
Macros | |
| #define | NUM_TESTS (4) |
| #define | NUM_TESTS (4) |
| #define | NUM_TESTS (4) |
| #define | NUM_TESTS (4) |
Variables | |
| char const | src_grid_name [] = "src_grid" |
| char const | tgt_grid_name [] = "tgt_grid" |
Definition in file test_interp_method_conserv_parallel.c.
| #define NUM_TESTS (4) |
| #define NUM_TESTS (4) |
| #define NUM_TESTS (4) |
| #define NUM_TESTS (4) |
| char const src_grid_name[] = "src_grid" |
Definition at line 26 of file test_interp_method_conserv_parallel.c.
| char const tgt_grid_name[] = "tgt_grid" |
Definition at line 27 of file test_interp_method_conserv_parallel.c.