YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
dist_grid_utils.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef DIST_GRID_UTILS_H
6#define DIST_GRID_UTILS_H
7
8#include "grids/basic_grid.h"
9
11 double const * coordinates_x, double const * coordinates_y,
12 size_t const num_cells[2], size_t const local_start[2],
13 size_t const local_count[2], int with_halo);
14
16 char const * name, double const * coordinates_x,
17 double const * coordinates_y, size_t const num_cells[2],
18 size_t const local_start[2], size_t const local_count[2], int with_halo);
19
20#endif // DIST_GRID_UTILS_H
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_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)
double coordinates_x[]
size_t num_cells[2]
double coordinates_y[]
char const * name
Definition toy_scrip.c:114