YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_dummy_coupling9_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_coupling9_c.c:

Go to the source code of this file.

Macros

#define YAC_RAD   (0.01745329251994329576923690768489)
 

Typedefs

typedef int(* func_check_src_ptr) (double value, int idx, int collection_idx, int with_field_mask)
 
typedef int(* func_check_tgt_ptr) (double value, int idx, int collection_idx, int with_field_mask, func_check_src_ptr utest_check_src)
 

Enumerations

enum  { COLLECTION_SIZE = 3 , NUM_POINTSETS = 1 , NUM_POINTS = 9 }
 

Variables

static char const * mask_types [3]
 

Detailed Description

Test
This test checks the setting and usage of named masks.

Definition in file test_dummy_coupling9_c.c.

Macro Definition Documentation

◆ YAC_RAD

#define YAC_RAD   (0.01745329251994329576923690768489)

Definition at line 21 of file test_dummy_coupling9_c.c.

Typedef Documentation

◆ func_check_src_ptr

typedef int(* func_check_src_ptr) (double value, int idx, int collection_idx, int with_field_mask)

Definition at line 32 of file test_dummy_coupling9_c.c.

◆ func_check_tgt_ptr

typedef int(* func_check_tgt_ptr) (double value, int idx, int collection_idx, int with_field_mask, func_check_src_ptr utest_check_src)

Definition at line 34 of file test_dummy_coupling9_c.c.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
COLLECTION_SIZE 
NUM_POINTSETS 
NUM_POINTS 

Definition at line 23 of file test_dummy_coupling9_c.c.

Variable Documentation

◆ mask_types

char const* mask_types[3]
static
Initial value:
=
{"even", "odd", "none"}

Definition at line 29 of file test_dummy_coupling9_c.c.