MeshKernel
|
A struct used to describe the orthogonalization parameters in a C-compatible manner. More...
#include <Parameters.hpp>
Public Attributes | |
int | outer_iterations = 2 |
Number of outer iterations in orthogonalization. Increase this parameter for complex grids. | |
int | boundary_iterations = 25 |
Number of boundary iterations in grid/net orthogonalization within itatp. | |
int | inner_iterations = 25 |
Number of inner iterations in grid/net orthogonalization within itbnd. | |
double | orthogonalization_to_smoothing_factor = 0.975 |
Factor from 0 to 1. between grid smoothing and grid orthogonality. | |
double | orthogonalization_to_smoothing_factor_at_boundary = 1.0 |
Minimum ATPF on the boundary. | |
double | areal_to_angle_smoothing_factor = 1.0 |
Factor between smoother 1d0 and area-homogenizer 0d0. | |
A struct used to describe the orthogonalization parameters in a C-compatible manner.