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

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
}
 

Detailed Description

Test
Unit test for the direct multi-field redistribution interpolation operator.

Definition in file test_interp_operator_direct_mf.c.

Macro Definition Documentation

◆ TGT_UNSET_VALUE

#define TGT_UNSET_VALUE   (-1.0)

Definition at line 42 of file test_interp_operator_direct_mf.c.

Enumeration Type Documentation

◆ anonymous enum

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.