max_n_minmax_GSF
- compas_tno.analysis.max_n_minmax_GSF(analysis, n_step=0.01, printout=True, save_forms=False)[source]
Routine to compute max/min thrust optimisation problems for non-analytic surfaces, considering the nomal vectors ‘n’.
- Parameters
analysis (
Analysis
) – The Analysis objectn_step (float, optional) – The step to decrease the normal vector, by default 0.01
printout (bool, optional) – If prints are added to the screen, by default True
save_forms (bool, optional) – If forms are saved as JSON, by default False
- Returns
[list, list], [list, list] – Lists with the thicknesses obtained in min/max computation and the soulutions normalised of min/max thrust.