YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interpolation_sum_mvp_at_tgt.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_TGT_H
6#define INTERPOLATION_SUM_MVP_AT_TGT_H
7
9
11 size_t collection_size, Xt_redist * src_redists, size_t * tgt_pos,
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, int with_frac_mask);
15
16#endif // INTERPOLATION_SUM_MVP_AT_TGT_H
struct yac_interpolation_type * yac_interpolation_sum_mvp_at_tgt_new(size_t collection_size, Xt_redist *src_redists, size_t *tgt_pos, 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, int with_frac_mask)