ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
yac_input_plugin.c File Reference
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <comin.h>
#include <mpi.h>
#include <yac.h>
Include dependency graph for yac_input_plugin.c:

Go to the source code of this file.

Functions

void secondary_constructor ()
 
void defcomp ()
 
void create_grid_and_field ()
 
void recv_field ()
 
void comin_main ()
 

Variables

int comp_id
 
int field_id
 
t_comin_var_handle * comin_var
 
t_comin_var_descriptor descr
 

Function Documentation

◆ comin_main()

void comin_main ( )

Definition at line 21 of file yac_input_plugin.c.

Here is the call graph for this function:

◆ create_grid_and_field()

void create_grid_and_field ( )

Definition at line 51 of file yac_input_plugin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ defcomp()

void defcomp ( )

Definition at line 45 of file yac_input_plugin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ recv_field()

void recv_field ( )

Definition at line 131 of file yac_input_plugin.c.

Here is the caller graph for this function:

◆ secondary_constructor()

void secondary_constructor ( )

Definition at line 38 of file yac_input_plugin.c.

Here is the caller graph for this function:

Variable Documentation

◆ comin_var

t_comin_var_handle* comin_var

Definition at line 13 of file yac_input_plugin.c.

◆ comp_id

int comp_id

Definition at line 11 of file yac_input_plugin.c.

◆ descr

t_comin_var_descriptor descr

Definition at line 14 of file yac_input_plugin.c.

◆ field_id

int field_id

Definition at line 12 of file yac_input_plugin.c.