YAC 3.6.2
Yet Another Coupler
Loading...
Searching...
No Matches
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
 
double max_search_distance
 
union { 
 
   double   rbf_scale 
 
   double   gauss_scale 
 
data 
 

Detailed Description

Field Documentation

◆ [union]

union { ... } yac_nnn_config::data

◆ gauss_scale

double yac_nnn_config::gauss_scale

Definition at line 44 of file interp_method_nnn.h.

◆ max_search_distance

double yac_nnn_config::max_search_distance

Definition at line 41 of file interp_method_nnn.h.

◆ n

size_t yac_nnn_config::n

Definition at line 40 of file interp_method_nnn.h.

◆ rbf_scale

double yac_nnn_config::rbf_scale

Definition at line 43 of file interp_method_nnn.h.

◆ type

enum yac_interp_nnn_weight_type yac_nnn_config::type

Definition at line 39 of file interp_method_nnn.h.


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