YAC
3.8.0
Yet Another Coupler
Toggle main menu visibility
Main Page
Related Pages
Examples
Data Types
Data Type Index
Class Hierarchy
Files
File List
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
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:63
yac_interp_method_delete
void yac_interp_method_delete(struct interp_method **method)
Definition
interp_method.c:54
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:15
interp_weights.h
interp_method
Definition
interp_method_internal.h:36
yac_interp_grid
Definition
interp_grid.c:22
yac_interp_weights
Definition
interp_weights.c:114
yac_types.h
src
core
interp_method.h
Generated on Thu Jul 3 2025 11:40:08 for YAC by
1.11.0