#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "tests.h"
#include "interp_method.h"
#include "interp_method_conserv.h"
#include "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.
- Test
- A test for the parallel conservativeā interpolation method.
Definition in file test_interp_method_conserv_parallel.c.
◆ NUM_TESTS [1/4]
◆ NUM_TESTS [2/4]
◆ NUM_TESTS [3/4]
◆ NUM_TESTS [4/4]
◆ src_grid_name
char const src_grid_name[] = "src_grid" |
◆ tgt_grid_name
char const tgt_grid_name[] = "tgt_grid" |