|
YAC 3.12.0
Yet Another Coupler
|
#include <mpi.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include <float.h>#include "tests.h"#include "test_common.h"#include "yac.h"
Go to the source code of this file.
Macros | |
| #define | YAC_RAD (0.01745329251994329576923690768489) |
Enumerations | |
| enum | { NUM_FIELDS = 5 , COLLECTION_SIZE = 3 , NUM_POINTSETS = 1 , NUM_POINTS = 9 } |
Definition in file test_dummy_coupling4_c.c.
| #define YAC_RAD (0.01745329251994329576923690768489) |
Definition at line 21 of file test_dummy_coupling4_c.c.
| anonymous enum |
| Enumerator | |
|---|---|
| NUM_FIELDS | |
| COLLECTION_SIZE | |
| NUM_POINTSETS | |
| NUM_POINTS | |
Definition at line 23 of file test_dummy_coupling4_c.c.