YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interp_method.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 INTERP_METHOD_H
6#define INTERP_METHOD_H
7
8#include "interp_weights.h"
9#include "interp_grid.h"
10#include "yac_types.h"
11
12// YAC PUBLIC HEADER START
13
14struct interp_method;
15
17 struct interp_method ** method, struct yac_interp_grid * grid);
18
19void yac_interp_method_delete(struct interp_method ** method);
20
21// YAC PUBLIC HEADER STOP
22
23#endif // INTERP_METHOD_H
void yac_interp_method_delete(struct interp_method **method)
struct yac_interp_weights * yac_interp_method_do_search(struct interp_method **method, struct yac_interp_grid *grid)