YAC 3.8.0
Yet Another Coupler
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
yac.RawInterpWeights Class Reference
Collaboration diagram for yac.RawInterpWeights:
Collaboration graph

Static Public Attributes

_np fixed_values = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64))
 
_np num_tgt_per_fixed_value = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np tgt_idx_fixed = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np wgt_tgt_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np num_src_per_tgt = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np weights = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64))
 
_np src_field_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np src_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 
_np src_field_buffer_sizes = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
 

Detailed Description

Definition at line 1971 of file yac.pyx.

Field Documentation

◆ fixed_values

_np yac.RawInterpWeights.fixed_values = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64))
static

Definition at line 1975 of file yac.pyx.

◆ num_src_per_tgt

_np yac.RawInterpWeights.num_src_per_tgt = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1979 of file yac.pyx.

◆ num_tgt_per_fixed_value

_np yac.RawInterpWeights.num_tgt_per_fixed_value = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1976 of file yac.pyx.

◆ src_field_buffer_sizes

_np yac.RawInterpWeights.src_field_buffer_sizes = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1983 of file yac.pyx.

◆ src_field_idx

_np yac.RawInterpWeights.src_field_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1981 of file yac.pyx.

◆ src_idx

_np yac.RawInterpWeights.src_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1982 of file yac.pyx.

◆ tgt_idx_fixed

_np yac.RawInterpWeights.tgt_idx_fixed = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1977 of file yac.pyx.

◆ weights

_np yac.RawInterpWeights.weights = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64))
static

Definition at line 1980 of file yac.pyx.

◆ wgt_tgt_idx

_np yac.RawInterpWeights.wgt_tgt_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp))
static

Definition at line 1978 of file yac.pyx.


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