Variables | |
| SURFIT_EXPORT REAL | undef_value |
| SURFIT_EXPORT float | tol |
| REAL | sor_omega |
| REAL | ssor_omega |
| bool | write_mat |
| char * | map_name |
| SURFIT_EXPORT int | reproject_faults |
| SURFIT_EXPORT int | reproject_undef_areas |
| SURFIT_EXPORT int | process_isolated_areas |
| size_t | penalty_max_iter |
| REAL | penalty_weight |
| REAL | penalty_weight_mult |
| char* map_name |
this name prints in solve procedure
| size_t penalty_max_iter |
number of maximum iterations for penalty algorithm
| REAL penalty_weight |
starting weight in penalty algorithm
| REAL penalty_weight_mult |
multiplication factor for penalty_weight
| SURFIT_EXPORT int process_isolated_areas |
enables/disables processing of areas, isolated by faults and areas with undefined value
| SURFIT_EXPORT int reproject_faults |
enables/disables reprojecting with faults
| SURFIT_EXPORT int reproject_undef_areas |
enables/disables reprojecting with areas with undefined vale
| REAL sor_omega |
parameter for SOR method
| REAL ssor_omega |
parameter for SSOR method
| SURFIT_EXPORT float tol |
use this variable to manage tolerance of iterative linear system solver algorithm. If this value is too big, iterative algorithm will make low number of iterations. It leads to rought result.
| SURFIT_EXPORT REAL undef_value |
value to interprete as undefined
| bool write_mat |
if write_mat=1, then surfit dumps matrices to file surfit.mat
surfit: gridding and contouring software.