YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_operator_direct_mf.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
15#ifndef INTERP_OPERATOR_DIRECT_MF_H
16#define INTERP_OPERATOR_DIRECT_MF_H
17
18#include <yaxt.h>
19
20#include "interp_operator.h"
22
40 struct yac_collection_selection const * collection_selection,
41 Xt_redist * redists, size_t num_src_fields);
42
43#endif // INTERP_OPERATOR_DIRECT_MF_H
struct yac_interp_operator * yac_interp_operator_direct_mf_new(struct yac_collection_selection const *collection_selection, Xt_redist *redists, size_t num_src_fields)
Create a direct redistribution operator for multiple source fields.
Internal structures for interpolation operators (vtable-based).
Abstract interpolation operator type.