YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_query_routines_c.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <mpi.h>
#include <yaxt.h>
#include "tests.h"
#include "yac.h"
Include dependency graph for test_query_routines_c.c:

Go to the source code of this file.

Macros

#define YAC_RAD   (0.01745329251994329576923690768489)
 

Functions

void yac_cget_comp_size_c2py (int comp_id, int *size)
 
void yac_cget_comp_rank_c2py (int comp_id, int *rank)
 
void yac_cdefault_instance_defined_c2py (int *is_defined)
 
void yac_cget_instance_rank_c2py (int yac_instance_id, int *rank)
 
void yac_cget_instance_size_c2py (int yac_instance_id, int *size)
 

Detailed Description

Test
This example tests query interface routines.

Definition in file test_query_routines_c.c.

Macro Definition Documentation

◆ YAC_RAD

#define YAC_RAD   (0.01745329251994329576923690768489)

Definition at line 21 of file test_query_routines_c.c.

Function Documentation

◆ yac_cdefault_instance_defined_c2py()

void yac_cdefault_instance_defined_c2py ( int * is_defined)

Definition at line 546 of file yac.c.

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

◆ yac_cget_comp_rank_c2py()

void yac_cget_comp_rank_c2py ( int comp_id,
int * rank )

Definition at line 885 of file yac.c.

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

◆ yac_cget_comp_size_c2py()

void yac_cget_comp_size_c2py ( int comp_id,
int * size )

Definition at line 878 of file yac.c.

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

◆ yac_cget_instance_rank_c2py()

void yac_cget_instance_rank_c2py ( int yac_instance_id,
int * rank )

Definition at line 554 of file yac.c.

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

◆ yac_cget_instance_size_c2py()

void yac_cget_instance_size_c2py ( int yac_instance_id,
int * size )

Definition at line 564 of file yac.c.

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