YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_operator_direct.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
16#ifndef INTERP_OPERATOR_DIRECT_H
17#define INTERP_OPERATOR_DIRECT_H
18
19#include <yaxt.h>
20
21#include "interp_operator.h"
23
40 struct yac_collection_selection const * collection_selection,
41 Xt_redist redist);
42
43#endif // INTERP_OPERATOR_DIRECT_H
struct yac_interp_operator * yac_interp_operator_direct_new(struct yac_collection_selection const *collection_selection, Xt_redist redist)
Create a direct redistribution interpolation operator.
Internal structures for interpolation operators (vtable-based).
Abstract interpolation operator type.