File: generic_mechanical.rst

package info (click to toggle)
siconos 4.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 82,496 kB
  • sloc: cpp: 159,693; ansic: 108,665; fortran: 33,248; python: 20,709; xml: 1,244; sh: 385; makefile: 226
file content (38 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
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
===========