YAC 3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_couple_config_couple.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#include "tests.h"
#include "yac.h"
#include "collection_selection_internal.h"
#include "couple_config/couple_config_component.h"
#include "couple_config/couple_config_couple.h"
#include "couple_config/couple_config_field_couple.h"
#include "couple_config/couple_config_grid.h"
#include "couple_config/couple_config_internal.h"
Include dependency graph for test_couple_config_couple.c:

Go to the source code of this file.

Functions

static struct yac_couple_config_couplefind_couple_by_components (struct yac_couple_config_couple *couples, size_t num_couples, size_t comp_idx_a, size_t comp_idx_b)
 

Detailed Description

Test
Unit tests for yac_couple_config_couple and related routines.

Definition in file test_couple_config_couple.c.

Function Documentation

◆ find_couple_by_components()

static struct yac_couple_config_couple * find_couple_by_components ( struct yac_couple_config_couple * couples,
size_t num_couples,
size_t comp_idx_a,
size_t comp_idx_b )
static

Definition at line 31 of file test_couple_config_couple.c.

Here is the call graph for this function: