|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <unistd.h>#include <string.h>#include <mpi.h>#include "tests.h"#include "test_common.h"#include "weight_file_common.h"#include "dist_grid_utils.h"#include "grids/dist_grid.h"#include "geometry.h"#include "interpolation/interp_weights.h"#include "interpolation/methods/interp_method_avg.h"#include "interpolation/methods/interp_method_file.h"#include "interpolation/methods/interp_method_fixed.h"#include "interpolation/methods/interp_method_nnn.h"
Go to the source code of this file.
Macros | |
| #define | YAC_RAD (0.01745329251994329576923690768489) |
Definition in file test_interpolation_parallel5.c.
| #define YAC_RAD (0.01745329251994329576923690768489) |
Definition at line 30 of file test_interpolation_parallel5.c.