|
YAC 3.13.0
Yet Another Coupler
|
#include "interpolation/methods/interp_method.h"

Go to the source code of this file.
Data Structures | |
| struct | yac_nnn_config |
Macros | |
| #define | YAC_INTERP_NNN_WEIGHTED_DEFAULT (YAC_INTERP_NNN_AVG) |
| #define | YAC_INTERP_NNN_N_DEFAULT (1) |
| #define | YAC_INTERP_NNN_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
| #define | YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT (0.1) |
| #define | YAC_INTERP_RBF_N_DEFAULT (9) |
| #define | YAC_INTERP_RBF_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
| #define | YAC_INTERP_RBF_SCALE_DEFAULT (1.487973e+01) |
| #define | YAC_INTERP_RBF_KERNEL_DEFAULT (0) |
Enumerations | |
| enum | yac_interp_nnn_weight_type { YAC_INTERP_NNN_AVG = 0 , YAC_INTERP_NNN_DIST = 1 , YAC_INTERP_NNN_GAUSS = 2 , YAC_INTERP_NNN_RBF = 3 , YAC_INTERP_NNN_ZERO = 4 } |
Functions | |
| struct interp_method * | yac_interp_method_nnn_new (struct yac_nnn_config config) |
| #define YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT (0.1) |
Definition at line 23 of file interp_method_nnn.h.
| #define YAC_INTERP_NNN_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
Definition at line 22 of file interp_method_nnn.h.
| #define YAC_INTERP_NNN_N_DEFAULT (1) |
Definition at line 21 of file interp_method_nnn.h.
| #define YAC_INTERP_NNN_WEIGHTED_DEFAULT (YAC_INTERP_NNN_AVG) |
Definition at line 20 of file interp_method_nnn.h.
| #define YAC_INTERP_RBF_KERNEL_DEFAULT (0) |
Definition at line 28 of file interp_method_nnn.h.
| #define YAC_INTERP_RBF_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
Definition at line 26 of file interp_method_nnn.h.
| #define YAC_INTERP_RBF_N_DEFAULT (9) |
Definition at line 25 of file interp_method_nnn.h.
| #define YAC_INTERP_RBF_SCALE_DEFAULT (1.487973e+01) |
Definition at line 27 of file interp_method_nnn.h.
Definition at line 12 of file interp_method_nnn.h.
| struct interp_method * yac_interp_method_nnn_new | ( | struct yac_nnn_config | config | ) |
Definition at line 513 of file interp_method_nnn.c.

