Contents
Generic mechanical problems¶
Complete problem with bilateral equality, complementarity, impact and friction.
Problem statement¶
Implementation in numerics¶
Structure to define the problem: GenericMechanicalProblem
.
Solvers list : GENERIC_MECHANICAL_SOLVER
The generic drivers for generic mechanical problems is gmp_driver()
.
Error strategy¶
Use gmp_compute_error()
.
Check details in Error strategy