1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.. index::
single: Generic mechanical problems
.. contents::
.. _gmp:
Generic mechanical problems
***************************
Complete problem with bilateral equality, complementarity, impact and friction.
Problem statement
=================
Implementation in numerics
==========================
Structure to define the problem: :class:`GenericMechanicalProblem`.
Solvers list : :enum:`GENERIC_MECHANICAL_SOLVER`
The generic drivers for generic mechanical problems is :func:`gmp_driver`.
.. _gmp_error:
Error strategy
==============
Use :func:`gmp_compute_error`.
Check details in :ref:`fc_error`
.. _gmp_solvers:
GMP solvers
===========
|