YAC 3.8.0
Yet Another Coupler
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
generate_reg2d.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 GENERATE_REG2D_H
6#define GENERATE_REG2D_H
7
8// YAC PUBLIC HEADER START
9
11 int num_points[2], int total_num_procs, int * num_procs);
12
13// YAC PUBLIC HEADER STOP
14
15#endif // GENERATE_REG2D_H
16
void yac_generate_reg2d_decomp(int num_points[2], int total_num_procs, int *num_procs)
static size_t num_points
Definition yac.c:152