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