YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
yac_couple_config Struct Reference
Collaboration diagram for yac_couple_config:
Collaboration graph

Data Fields

char const * start_datetime
 
char const * end_datetime
 
struct yac_couple_config_gridgrids
 
size_t num_grids
 
struct yac_couple_config_componentcomponents
 
size_t num_components
 
struct yac_couple_config_couplecouples
 
size_t num_couples
 

Detailed Description

Examples
test_component_config.c, test_couple_config.c, and test_instance_parallel1.c.

Definition at line 76 of file couple_config.c.

Field Documentation

◆ components

struct yac_couple_config_component* yac_couple_config::components

Definition at line 84 of file couple_config.c.

◆ couples

struct yac_couple_config_couple* yac_couple_config::couples

Definition at line 87 of file couple_config.c.

◆ end_datetime

char const* yac_couple_config::end_datetime

Definition at line 79 of file couple_config.c.

◆ grids

struct yac_couple_config_grid* yac_couple_config::grids

Definition at line 81 of file couple_config.c.

◆ num_components

size_t yac_couple_config::num_components

Definition at line 85 of file couple_config.c.

◆ num_couples

size_t yac_couple_config::num_couples

Definition at line 88 of file couple_config.c.

◆ num_grids

size_t yac_couple_config::num_grids

Definition at line 82 of file couple_config.c.

◆ start_datetime

char const* yac_couple_config::start_datetime

Definition at line 78 of file couple_config.c.


The documentation for this struct was generated from the following file: