YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
yac_nnn_config Struct Reference

#include <interp_method_nnn.h>

Collaboration diagram for yac_nnn_config:
Collaboration graph

Data Fields

enum yac_interp_nnn_weight_type type
 
size_t n
 
union { 
 
   double   rbf_scale 
 
   double   gauss_scale 
 
data 
 

Detailed Description

Examples
test_interp_method_nnn_parallel.c, test_interp_method_nnn_parallel2.c, test_interp_method_rbf_parallel.c, and test_interpolation_parallel5.c.

Definition at line 40 of file interp_method_nnn.h.

Field Documentation

◆ [union]

union { ... } yac_nnn_config::data

◆ gauss_scale

double yac_nnn_config::gauss_scale

Definition at line 45 of file interp_method_nnn.h.

◆ n

size_t yac_nnn_config::n

Definition at line 42 of file interp_method_nnn.h.

◆ rbf_scale

double yac_nnn_config::rbf_scale

Definition at line 44 of file interp_method_nnn.h.

◆ type

enum yac_interp_nnn_weight_type yac_nnn_config::type

Definition at line 41 of file interp_method_nnn.h.


The documentation for this struct was generated from the following file: