YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
toy_multi_common.h File Reference
#include <math.h>
Include dependency graph for toy_multi_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIN(a, b)   ((a) < (b) ? (a) : (b))
 

Functions

int run_toy_multi_common (char const *comp_name, int comp_id, int grid_id, int cell_point_id, int corner_point_id, double *cell_point_data, double *corner_point_data, YAC_VTK_FILE *vtk_file)
 
static void LLtoXYZ (double lon, double lat, double p_out[])
 
static void XYZtoLL (double const p_in[], double *lon, double *lat)
 

Macro Definition Documentation

◆ MIN

#define MIN ( a,
b )   ((a) < (b) ? (a) : (b))

Definition at line 30 of file toy_multi_common.h.

Function Documentation

◆ LLtoXYZ()

static void LLtoXYZ ( double lon,
double lat,
double p_out[] )
inlinestatic

Definition at line 13 of file toy_multi_common.h.

◆ run_toy_multi_common()

int run_toy_multi_common ( char const * comp_name,
int comp_id,
int grid_id,
int cell_point_id,
int corner_point_id,
double * cell_point_data,
double * corner_point_data,
YAC_VTK_FILE * vtk_file )

Definition at line 40 of file toy_multi_common.c.

Here is the call graph for this function:

◆ XYZtoLL()

static void XYZtoLL ( double const p_in[],
double * lon,
double * lat )
inlinestatic

Definition at line 24 of file toy_multi_common.h.