YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Static Public Attributes
yac.NNNReductionType Class Reference

Reduction type for nnn interpolation. More...

Inheritance diagram for yac.NNNReductionType:
Inheritance graph
Collaboration diagram for yac.NNNReductionType:
Collaboration graph

Static Public Attributes

 AVG = _NNN_AVG
 
 DIST = _NNN_DIST
 
 GAUSS = _NNN_GAUSS
 
 RBF = _NNN_RBF
 

Detailed Description

Reduction type for nnn interpolation.

Refers to YAC_NNN_AVG, YAC_NNN_DIST etc.

Definition at line 434 of file yac.pyx.

Field Documentation

◆ AVG

yac.NNNReductionType.AVG = _NNN_AVG
static

Definition at line 440 of file yac.pyx.

◆ DIST

yac.NNNReductionType.DIST = _NNN_DIST
static

Definition at line 441 of file yac.pyx.

◆ GAUSS

yac.NNNReductionType.GAUSS = _NNN_GAUSS
static

Definition at line 442 of file yac.pyx.

◆ RBF

yac.NNNReductionType.RBF = _NNN_RBF
static

Definition at line 443 of file yac.pyx.


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