YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Structures | Macros | Enumerations | Functions
interp_method_nnn.h File Reference
#include "interp_method.h"
Include dependency graph for interp_method_nnn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  yac_nnn_config
 

Macros

#define YAC_INTERP_NNN_WEIGHTED_DEFAULT   (0)
 
#define YAC_INTERP_NNN_N_DEFAULT   (1)
 
#define YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT   (0.1)
 
#define YAC_INTERP_RBF_N_DEFAULT   (9)
 
#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_methodyac_interp_method_nnn_new (struct yac_nnn_config config)
 

Macro Definition Documentation

◆ YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT

#define YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT   (0.1)

◆ YAC_INTERP_NNN_N_DEFAULT

#define YAC_INTERP_NNN_N_DEFAULT   (1)

Definition at line 33 of file interp_method_nnn.h.

◆ YAC_INTERP_NNN_WEIGHTED_DEFAULT

#define YAC_INTERP_NNN_WEIGHTED_DEFAULT   (0)

Definition at line 32 of file interp_method_nnn.h.

◆ YAC_INTERP_RBF_KERNEL_DEFAULT

#define YAC_INTERP_RBF_KERNEL_DEFAULT   (0)

Definition at line 38 of file interp_method_nnn.h.

◆ YAC_INTERP_RBF_N_DEFAULT

#define YAC_INTERP_RBF_N_DEFAULT   (9)

Definition at line 36 of file interp_method_nnn.h.

◆ YAC_INTERP_RBF_SCALE_DEFAULT

#define YAC_INTERP_RBF_SCALE_DEFAULT   (1.487973e+01)

Enumeration Type Documentation

◆ yac_interp_nnn_weight_type

Enumerator
YAC_INTERP_NNN_AVG 

average of n source points

YAC_INTERP_NNN_DIST 

distance weighted average of n source points

YAC_INTERP_NNN_GAUSS 

distance with Gauss weights of n source points

YAC_INTERP_NNN_RBF 

radial basis functions

YAC_INTERP_NNN_ZERO 

all weights are set to zero

Definition at line 24 of file interp_method_nnn.h.

Function Documentation

◆ yac_interp_method_nnn_new()

struct interp_method * yac_interp_method_nnn_new ( struct yac_nnn_config  config)

Definition at line 401 of file interp_method_nnn.c.

Here is the call graph for this function:
Here is the caller graph for this function: