YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Macros | Typedefs
yac_types.h File Reference
#include <stddef.h>
#include <yaxt.h>
Include dependency graph for yac_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define yac_int_dt   Xt_int_dt
 

Typedefs

typedef Xt_int yac_int
 
typedef double(* yac_coordinate_pointer)[3]
 
typedef double const (*const yac_const_coordinate_pointer)[3]
 
typedef size_t(* yac_size_t_2_pointer)[2]
 

Macro Definition Documentation

◆ yac_int_dt

#define yac_int_dt   Xt_int_dt
Examples
test_dist_grid_pair_parallel.c, and test_interp_grid_parallel.c.

Definition at line 16 of file yac_types.h.

Typedef Documentation

◆ yac_const_coordinate_pointer

typedef double const(* const yac_const_coordinate_pointer)[3]
Examples
test_basic_grid.c, and test_point_sphere_part.c.

Definition at line 20 of file yac_types.h.

◆ yac_coordinate_pointer

typedef double(* yac_coordinate_pointer)[3]

◆ yac_int

typedef Xt_int yac_int
Examples
test_interp_weights_parallel.c, and test_point_sphere_part.c.

Definition at line 15 of file yac_types.h.

◆ yac_size_t_2_pointer

typedef size_t(* yac_size_t_2_pointer)[2]

Definition at line 23 of file yac_types.h.