YetAnotherCoupler
3.5.2
Loading...
Searching...
No Matches
src
core
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
14
struct
interp_method
;
15
16
struct
yac_interp_weights
*
yac_interp_method_do_search
(
17
struct
interp_method
** method,
struct
yac_interp_grid
* grid);
18
19
void
yac_interp_method_delete
(
struct
interp_method
** method);
20
24
void
yac_interp_method_cleanup
();
25
26
// YAC PUBLIC HEADER STOP
27
28
#endif
// INTERP_METHOD_H
interp_grid.h
yac_interp_method_cleanup
void yac_interp_method_cleanup()
Definition
interp_method.c:57
yac_interp_method_delete
void yac_interp_method_delete(struct interp_method **method)
Definition
interp_method.c:48
yac_interp_method_do_search
struct yac_interp_weights * yac_interp_method_do_search(struct interp_method **method, struct yac_interp_grid *grid)
Definition
interp_method.c:14
interp_weights.h
interp_method
Definition
interp_method_internal.h:22
yac_interp_grid
Definition
interp_grid.c:22
yac_interp_weights
Definition
interp_weights.c:112
yac_types.h
Generated on Wed Dec 4 2024 11:31:42 for YetAnotherCoupler by
1.11.0