Many comprehensive developments were added to the 8.0.3 version of Z-set. A summary of some of the additions follows. See also the new features in Z-mat.
***file_management **max_nb_dof 10000000 ***linear_solver sparse_dscpack **renumbering
***file_management **max_nb_dof 10000000 ***linear_solver sparse_iterative **solver cg *max_iteration 1000 **precond cholesky
***contact penalty
**conv 1.e-6 200 1.e-6
**solve_method direct
**stablize 1.e-3
**zone
*impactor l1
*target l2
*friction 0.1
*warning_distance 0.3
*gap 0.0
In the 8.0 the soft option has been totally depreciated.
The standard algorithm should now be penalty which treats
very well over and under constrained contact problems. There is now
an option for which local solver to use for all contact laws, either
a direct or iterative method (normally direct is best).