YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
grid_reg2d_common.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 GRID_REG2D_COMMON_H
6#define GRID_REG2D_COMMON_H
7
8#include "basic_grid_data.h"
9
11 size_t nbr_vertices[2], int cyclic[2]);
12
13#endif // GRID_REG2D_COMMON_H
struct yac_basic_grid_data yac_generate_basic_grid_data_reg2d_common(size_t nbr_vertices[2], int cyclic[2])