YAC 3.8.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_interp_method_conserv_parallel.c File Reference
#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>
Include dependency graph for test_interp_method_conserv_parallel.c:

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"
 

Detailed Description

Test
A test for the parallel conservativeā€š interpolation method.

Definition in file test_interp_method_conserv_parallel.c.

Macro Definition Documentation

◆ NUM_TESTS [1/4]

#define NUM_TESTS   (4)

◆ NUM_TESTS [2/4]

#define NUM_TESTS   (4)

◆ NUM_TESTS [3/4]

#define NUM_TESTS   (4)

◆ NUM_TESTS [4/4]

#define NUM_TESTS   (4)

Variable Documentation

◆ src_grid_name

char const src_grid_name[] = "src_grid"

Definition at line 26 of file test_interp_method_conserv_parallel.c.

◆ tgt_grid_name

char const tgt_grid_name[] = "tgt_grid"

Definition at line 27 of file test_interp_method_conserv_parallel.c.