|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <mpi.h>#include "tests.h"#include "interpolation/interpolation.h"#include "yac_mpi.h"#include "test_common.h"#include "interpolation/operators/interp_operator_direct_mf.h"#include "collection_selection_internal.h"
Go to the source code of this file.
Macros | |
| #define | TGT_UNSET_VALUE (-1.0) |
Enumerations | |
| enum | { MAX_COLLECTION_SIZE = 4 , MAX_NUM_SRC_FIELDS = 2 , NUM_SRC_POINTS = 2 , NUM_TGT_POINTS = 4 , NUM_PROCS = 2 } |
Definition in file test_interp_operator_direct_mf.c.
| #define TGT_UNSET_VALUE (-1.0) |
Definition at line 42 of file test_interp_operator_direct_mf.c.
| anonymous enum |
| Enumerator | |
|---|---|
| MAX_COLLECTION_SIZE | |
| MAX_NUM_SRC_FIELDS | |
| NUM_SRC_POINTS | |
| NUM_TGT_POINTS | |
| NUM_PROCS | |
Definition at line 35 of file test_interp_operator_direct_mf.c.