YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_dummy_coupling3_c.c File Reference
#include <mpi.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "yac.h"
#include "utils_common.h"
#include "io_utils.h"
#include "geometry.h"
#include "read_icon_grid.h"
#include "read_mpiom_grid.h"
#include "generate_cubed_sphere.h"
#include "test_function.h"
#include "tests.h"
Include dependency graph for test_dummy_coupling3_c.c:

Go to the source code of this file.

Data Structures

struct  grid_data
 
struct  intra_comp_yac_info
 
struct  comp_pair_yac_info
 

Macros

#define EXACT
 
#define DUMMY_VALUE   (-1337.0)
 

Detailed Description

Test
This test checks the support for multiple parallel YAC instances. There are three main components and one dummy component. The dummy component does not take part in any coupling. YAC instances are used.

Definition in file test_dummy_coupling3_c.c.

Macro Definition Documentation

◆ DUMMY_VALUE

#define DUMMY_VALUE   (-1337.0)

Definition at line 32 of file test_dummy_coupling3_c.c.

◆ EXACT

#define EXACT

Definition at line 5 of file test_dummy_coupling3_c.c.