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

Go to the source code of this file.

Variables

char const src_grid_name [] = "src_grid"
 
char const tgt_grid_name [] = "tgt_grid"
 

Detailed Description

Test
A test for the parallel radial basis function interpolation method.

Definition in file test_interp_method_rbf_parallel.c.

Variable Documentation

◆ src_grid_name

char const src_grid_name[] = "src_grid"

Definition at line 25 of file test_interp_method_rbf_parallel.c.

◆ tgt_grid_name

char const tgt_grid_name[] = "tgt_grid"

Definition at line 26 of file test_interp_method_rbf_parallel.c.