|
YAC 3.12.0
Yet Another Coupler
|

Public Member Functions | |
| __init__ (self) | |
| from_string_yaml (cls, str interp_stack_string) | |
| from_string_json (cls, str interp_stack_string) | |
| add_average (self, AverageReductionType reduction_type=AverageReductionType.AVG_ARITHMETIC, bool partial_coverage=False) | |
| add_ncc (self, NCCReductionType reduction_type=NCCReductionType.AVG, bool partial_coverage=False) | |
| add_nnn (self, NNNReductionType reduction_type=NNNReductionType.AVG, int n=1, _np.float64 max_search_distance=0.0, _np.float64 scale=1.0) | |
| add_rbf (self, int n=9, _np.float64 max_search_distance=0.0, _np.float64 scale=1.487973e+01) | |
| add_conservative (self, int order=1, bool enforced_conserv=False, bool partial_coverage=False, ConservNormalizationType normalisation=ConservNormalizationType.DESTAREA) | |
| add_spmap (self, _np.float64 spread_distance=0.0, _np.float64 max_search_distance=0.0, SPMAPWeightType weight_type=SPMAPWeightType.AVG, SPMAPScaleType scale_type=SPMAPScaleType.NONE, _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, UserFileOnMissingFile on_missing_file=UserFileOnMissingFile.ERROR, UserFileOnSuccess on_success=UserFileOnSuccess.CONT) | |
| add_fixed (self, _np.float64 value=_np.finfo(_np.double).max) | |
| add_check (self, str constructor_key, str do_search_key) | |
| add_creep (self, int creep_distance=-1) | |
| __del__ (self) | |
Data Fields | |
| interp_stack_id | |
| yac.InterpolationStack.__init__ | ( | self | ) |
Definition at line 2033 of file yac.pyx.

| yac.InterpolationStack.__del__ | ( | self | ) |
Definition at line 2220 of file yac.pyx.

| yac.InterpolationStack.add_average | ( | self, | |
| AverageReductionType | reduction_type = AverageReductionType.AVG_ARITHMETIC, | ||
| bool | partial_coverage = False ) |
| yac.InterpolationStack.add_check | ( | self, | |
| str | constructor_key, | ||
| str | do_search_key ) |
| yac.InterpolationStack.add_conservative | ( | self, | |
| int | order = 1, | ||
| bool | enforced_conserv = False, | ||
| bool | partial_coverage = False, | ||
| ConservNormalizationType | normalisation = ConservNormalizationType.DESTAREA ) |
| yac.InterpolationStack.add_creep | ( | self, | |
| int | creep_distance = -1 ) |
| yac.InterpolationStack.add_fixed | ( | self, | |
| _np.float64 | value = _np.finfo(_np.double).max ) |
| yac.InterpolationStack.add_hcsbb | ( | self | ) |
| yac.InterpolationStack.add_ncc | ( | self, | |
| NCCReductionType | reduction_type = NCCReductionType.AVG, | ||
| bool | partial_coverage = False ) |
Definition at line 2074 of file yac.pyx.

| yac.InterpolationStack.add_nnn | ( | self, | |
| NNNReductionType | reduction_type = NNNReductionType.AVG, | ||
| int | n = 1, | ||
| _np.float64 | max_search_distance = 0.0, | ||
| _np.float64 | scale = 1.0 ) |
Definition at line 2085 of file yac.pyx.

| yac.InterpolationStack.add_rbf | ( | self, | |
| int | n = 9, | ||
| _np.float64 | max_search_distance = 0.0, | ||
| _np.float64 | scale = 1.487973e+01 ) |
Definition at line 2098 of file yac.pyx.

| yac.InterpolationStack.add_spmap | ( | self, | |
| _np.float64 | spread_distance = 0.0, | ||
| _np.float64 | max_search_distance = 0.0, | ||
| SPMAPWeightType | weight_type = SPMAPWeightType.AVG, | ||
| SPMAPScaleType | scale_type = SPMAPScaleType.NONE, | ||
| _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 ) |
| yac.InterpolationStack.add_user_file | ( | self, | |
| str | filename, | ||
| UserFileOnMissingFile | on_missing_file = UserFileOnMissingFile.ERROR, | ||
| UserFileOnSuccess | on_success = UserFileOnSuccess.CONT ) |
| yac.InterpolationStack.from_string_json | ( | cls, | |
| str | interp_stack_string ) |
| yac.InterpolationStack.from_string_yaml | ( | cls, | |
| str | interp_stack_string ) |