YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
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 512 of file yac.pyx.

Field Documentation

◆ AVG

yac.NNNReductionType.AVG = _NNN_AVG
static

Definition at line 518 of file yac.pyx.

◆ DIST

yac.NNNReductionType.DIST = _NNN_DIST
static

Definition at line 519 of file yac.pyx.

◆ GAUSS

yac.NNNReductionType.GAUSS = _NNN_GAUSS
static

Definition at line 520 of file yac.pyx.

◆ RBF

yac.NNNReductionType.RBF = _NNN_RBF
static

Definition at line 521 of file yac.pyx.


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