MeshKernel
|
A struct used to describe the spline to curvilinear grid parameters in a C-compatible manner. More...
#include <Parameters.hpp>
Public Attributes | |
double | aspect_ratio = 0.1 |
Aspect ratio (mfacmax) | |
double | aspect_ratio_grow_factor = 1.1 |
Grow factor of aspect ratio. | |
double | average_width = 500.0 |
Average mesh width on center spline. | |
int | curvature_adapted_grid_spacing = 1 |
Curvature adapted grid spacing, 1 or not 0. | |
int | grow_grid_outside = 0 |
Grow the grid outside the prescribed grid height. | |
int | maximum_num_faces_in_uniform_part = 5 |
Maximum number of layers in the uniform part. | |
double | nodes_on_top_of_each_other_tolerance = 0.0001 |
On-top-of-each-other tolerance. | |
double | min_cosine_crossing_angles = 0.95 |
Minimum allowed absolute value of crossing-angle cosine. | |
int | check_front_collisions = 0 |
Check for collisions with other parts of the front, 1 or not 0. | |
int | remove_skinny_triangles = 1 |
Check for collisions with other parts of the front. | |
A struct used to describe the spline to curvilinear grid parameters in a C-compatible manner.