thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

documentation - LinearElasticIsotropicTerm #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Docstring of the LinearElasticIsotropicTerm 
 -> lack of material parameter description
 -> btw ... total lack of arguments

According to the example file linear_elasticity.py
...
"""dw_lin_elastic_iso.i1.Omega( solid.lam, solid.mu, v, u ) = 0""", 
...

:Arguments:
    material_1: :math:`\lambda`,
    material_2: :math:`\mu`,
    virtual:    :math:`v`,
    state:      :math:`U`,

Original issue reported on code.google.com by ocena...@kme.zcu.cz on 23 Apr 2010 at 3:07

GoogleCodeExporter commented 9 years ago
I have updated this particular term. Let's not close this issue until all terms 
have
their arguments described.

Original comment by robert.c...@gmail.com on 23 Apr 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Update: the corrected arguments docstring looks like this:

    :Arguments:
        material_1 : :math:`\lambda`,
        material_2 : :math:`\mu`,
        virtual :    :math:`\ul{v}`,
        state :      :math:`\ul{u}`

Original comment by robert.c...@gmail.com on 14 May 2010 at 9:12

GoogleCodeExporter commented 9 years ago
It's done.

Original comment by robert.c...@gmail.com on 14 May 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/123

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:26