#include <math.h>
Go to the source code of this file.
|
| #define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
| |
|
| 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) |
| |
◆ MIN
| #define MIN |
( |
| a, |
|
|
| b ) ((a) < (b) ? (a) : (b)) |
◆ LLtoXYZ()
| static void LLtoXYZ |
( |
double | lon, |
|
|
double | lat, |
|
|
double | p_out[] ) |
|
inlinestatic |
◆ 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 ) |
◆ XYZtoLL()
| static void XYZtoLL |
( |
double const | p_in[], |
|
|
double * | lon, |
|
|
double * | lat ) |
|
inlinestatic |