|
| __init__ (self) |
|
| from_string_yaml (cls, str interp_stack_string) |
|
| from_string_json (cls, str interp_stack_string) |
|
| add_average (self, AverageReductionType reduction_type, partial_coverage) |
|
| add_ncc (self, NCCReductionType reduction_type, partial_coverage) |
|
| add_nnn (self, NNNReductionType reduction_type, int n, _np.float64 max_search_distance, _np.float64 scale) |
|
| add_conservative (self, int order, int enforced_conserv, int partial_coverage, ConservNormalizationType normalisation) |
|
| add_spmap (self, _np.float64 spread_distance, _np.float64 max_search_distance, SPMAPWeightType weight_type, SPMAPScaleType scale_type, _np.float64 src_sphere_radius=1.0, str src_filename=None, str src_varname=None, int src_min_global_id=0, _np.float64 tgt_sphere_radius=1.0, str tgt_filename=None, str tgt_varname=None, int tgt_min_global_id=0) |
|
| add_hcsbb (self) |
|
| add_user_file (self, str filename) |
|
| add_fixed (self, _np.float64 value) |
|
| add_check (self, str constructor_key, str do_search_key) |
|
| add_creep (self, int creep_distance) |
|
| __del__ (self) |
|
Definition at line 1598 of file yac.pyx.
◆ __init__()
yac.InterpolationStack.__init__ |
( |
| self | ) |
|
◆ __del__()
yac.InterpolationStack.__del__ |
( |
| self | ) |
|
◆ add_average()
◆ add_check()
yac.InterpolationStack.add_check |
( |
| self, |
|
|
str | constructor_key, |
|
|
str | do_search_key ) |
◆ add_conservative()
yac.InterpolationStack.add_conservative |
( |
| self, |
|
|
int | order, |
|
|
int | enforced_conserv, |
|
|
int | partial_coverage, |
|
|
ConservNormalizationType | normalisation ) |
◆ add_creep()
yac.InterpolationStack.add_creep |
( |
| self, |
|
|
int | creep_distance ) |
◆ add_fixed()
yac.InterpolationStack.add_fixed |
( |
| self, |
|
|
_np.float64 | value ) |
◆ add_hcsbb()
yac.InterpolationStack.add_hcsbb |
( |
| self | ) |
|
◆ add_ncc()
yac.InterpolationStack.add_ncc |
( |
| self, |
|
|
NCCReductionType | reduction_type, |
|
|
| partial_coverage ) |
◆ add_nnn()
yac.InterpolationStack.add_nnn |
( |
| self, |
|
|
NNNReductionType | reduction_type, |
|
|
int | n, |
|
|
_np.float64 | max_search_distance, |
|
|
_np.float64 | scale ) |
◆ add_spmap()
yac.InterpolationStack.add_spmap |
( |
| self, |
|
|
_np.float64 | spread_distance, |
|
|
_np.float64 | max_search_distance, |
|
|
SPMAPWeightType | weight_type, |
|
|
SPMAPScaleType | scale_type, |
|
|
_np.float64 | src_sphere_radius = 1.0, |
|
|
str | src_filename = None, |
|
|
str | src_varname = None, |
|
|
int | src_min_global_id = 0, |
|
|
_np.float64 | tgt_sphere_radius = 1.0, |
|
|
str | tgt_filename = None, |
|
|
str | tgt_varname = None, |
|
|
int | tgt_min_global_id = 0 ) |
◆ add_user_file()
yac.InterpolationStack.add_user_file |
( |
| self, |
|
|
str | filename ) |
◆ from_string_json()
yac.InterpolationStack.from_string_json |
( |
| cls, |
|
|
str | interp_stack_string ) |
◆ from_string_yaml()
yac.InterpolationStack.from_string_yaml |
( |
| cls, |
|
|
str | interp_stack_string ) |
◆ interp_stack_id
yac.InterpolationStack.interp_stack_id |
The documentation for this class was generated from the following file: