YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_dummy_coupling8_c.c File Reference
#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"
Include dependency graph for test_dummy_coupling8_c.c:

Go to the source code of this file.

Macros

#define YAC_RAD   (0.01745329251994329576923690768489)
 
#define FRAC_MASK_VALUE   (1337.0)
 

Enumerations

enum  {
  NUM_FIELDS = 5 , COLLECTION_SIZE = 3 , NUM_POINTSETS = 1 , NUM_POINTS = 9 ,
  COUPLING_DT = 4 , TGT_DT = 2 , SRC_DT = 1
}
 

Functions

static void init_ref_recv_field (double ref_recv_field[][COLLECTION_SIZE][NUM_POINTS])
 
static void init_temp_frac_mask (double temp_frac_mask[][COLLECTION_SIZE][NUM_POINTSETS][NUM_POINTS])
 

Detailed Description

Test
This test checks the frac mask feature for aggregated fields.

Definition in file test_dummy_coupling8_c.c.

Macro Definition Documentation

◆ FRAC_MASK_VALUE

#define FRAC_MASK_VALUE   (1337.0)

Definition at line 33 of file test_dummy_coupling8_c.c.

◆ YAC_RAD

#define YAC_RAD   (0.01745329251994329576923690768489)

Definition at line 21 of file test_dummy_coupling8_c.c.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NUM_FIELDS 
COLLECTION_SIZE 
NUM_POINTSETS 
NUM_POINTS 
COUPLING_DT 
TGT_DT 
SRC_DT 

Definition at line 23 of file test_dummy_coupling8_c.c.

Function Documentation

◆ init_ref_recv_field()

static void init_ref_recv_field ( double ref_recv_field[][COLLECTION_SIZE][NUM_POINTS])
static

Definition at line 49 of file test_dummy_coupling8_c.c.

◆ init_temp_frac_mask()

static void init_temp_frac_mask ( double temp_frac_mask[][COLLECTION_SIZE][NUM_POINTSETS][NUM_POINTS])
static

Definition at line 64 of file test_dummy_coupling8_c.c.