YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interpolation_sum_mvp_at_src.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 INTERPOLATION_SUM_MVP_AT_SRC_H
6#define INTERPOLATION_SUM_MVP_AT_SRC_H
7
9
11 size_t collection_size, Xt_redist * halo_redists,
12 size_t tgt_count, size_t * num_src_per_tgt, double * weights,
13 size_t * src_field_idx, size_t * src_idx,
14 size_t num_src_fields, Xt_redist result_redist, int with_frac_mask);
15
16#endif // INTERPOLATION_SUM_MVP_AT_SRC_H
struct yac_interpolation_type * yac_interpolation_sum_mvp_at_src_new(size_t collection_size, Xt_redist *halo_redists, size_t tgt_count, size_t *num_src_per_tgt, double *weights, size_t *src_field_idx, size_t *src_idx, size_t num_src_fields, Xt_redist result_redist, int with_frac_mask)