#include <stdlib.h>
#include <limits.h>
#include <math.h>
#include <mpi.h>
#include "tests.h"
#include "test_common.h"
#include "interpolation/interpolation_internal.h"
#include "collection_selection_internal.h"
Go to the source code of this file.
- Test
- A test for internal interpolation routines.
Definition in file test_interpolation_parallel6.c.
◆ FRAC_MASK_VALUE
| #define FRAC_MASK_VALUE (-1337.0) |
◆ SCALE
◆ UNSET
◆ check_tgt_data()
| static int check_tgt_data |
( |
double ** | tgt_data, |
|
|
double * | ref_tgt_data_raw, |
|
|
size_t | tgt_field_size, |
|
|
size_t | collection_size ) |
|
static |
◆ init_tgt_data()
| static void init_tgt_data |
( |
double ** | tgt_data, |
|
|
size_t | tgt_field_size, |
|
|
size_t | collection_size ) |
|
static |