YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
duplicate_stencils.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 DUPLICATE_STENCILS_H
6#define DUPLICATE_STENCILS_H
7
9
10// YAC PUBLIC HEADER START
11
29 struct yac_interp_weights * weights, struct yac_basic_grid * tgt_grid,
30 yac_int * tgt_orig_global_id, size_t * tgt_duplicated_idx,
31 size_t nbr_duplicated, enum yac_location location);
32
33// YAC PUBLIC HEADER STOP
34
35#endif // DUPLICATE_STENCILS_H
void yac_duplicate_stencils(struct yac_interp_weights *weights, struct yac_basic_grid *tgt_grid, yac_int *tgt_orig_global_id, size_t *tgt_duplicated_idx, size_t nbr_duplicated, enum yac_location location)
yac_location
Definition location.h:12
int const * location
YAC_INT yac_int
Definition yac_types.h:15