YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
dist_grid_utils.h File Reference
#include "grids/basic_grid.h"
Include dependency graph for dist_grid_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct yac_basic_grid_data yac_generate_basic_grid_data_reg2d (double const *coordinates_x, double const *coordinates_y, size_t const num_cells[2], size_t const local_start[2], size_t const local_count[2], int with_halo)
 
struct yac_basic_gridyac_generate_basic_grid_reg2d (char const *name, double const *coordinates_x, double const *coordinates_y, size_t const num_cells[2], size_t const local_start[2], size_t const local_count[2], int with_halo)
 

Function Documentation

◆ yac_generate_basic_grid_data_reg2d()

struct yac_basic_grid_data yac_generate_basic_grid_data_reg2d ( double const * coordinates_x,
double const * coordinates_y,
size_t const num_cells[2],
size_t const local_start[2],
size_t const local_count[2],
int with_halo )

Definition at line 200 of file dist_grid_utils.c.

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

◆ yac_generate_basic_grid_reg2d()

struct yac_basic_grid * yac_generate_basic_grid_reg2d ( char const * name,
double const * coordinates_x,
double const * coordinates_y,
size_t const num_cells[2],
size_t const local_start[2],
size_t const local_count[2],
int with_halo )

Definition at line 293 of file dist_grid_utils.c.

Here is the call graph for this function: