YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Functions
grid_curve2d.c File Reference
#include "basic_grid_data.h"
#include "grid_reg2d_common.h"
#include "geometry.h"
#include "utils_common.h"
Include dependency graph for grid_curve2d.c:

Go to the source code of this file.

Functions

static struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d_ (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices, void(*LLtoXYZ_ptr)(double, double, double[]))
 
struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices)
 
struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d_deg (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices)
 

Function Documentation

◆ yac_generate_basic_grid_data_curve_2d()

struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d ( size_t  nbr_vertices[2],
int  cyclic[2],
double *  lon_vertices,
double *  lat_vertices 
)

Definition at line 44 of file grid_curve2d.c.

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

◆ yac_generate_basic_grid_data_curve_2d_()

static struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d_ ( size_t  nbr_vertices[2],
int  cyclic[2],
double *  lon_vertices,
double *  lat_vertices,
void(*)(double, double, double[])  LLtoXYZ_ptr 
)
static

Definition at line 10 of file grid_curve2d.c.

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

◆ yac_generate_basic_grid_data_curve_2d_deg()

struct yac_basic_grid_data yac_generate_basic_grid_data_curve_2d_deg ( size_t  nbr_vertices[2],
int  cyclic[2],
double *  lon_vertices,
double *  lat_vertices 
)

Definition at line 53 of file grid_curve2d.c.

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