thegooglecodearchive / sfepy

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

compulsory dot notation for materials #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Let us have a material definition:

material_2 = {
    'name' : 'm',
    'mode' : 'here',
    'region' : 'Omega',
    'E' : 1.0,
}

Some terms with a material argument require passing the actual matrial
object ('m'), others require passing the data attribute ('m.E'). Only the
latter possibility is going to be supported.

Original issue reported on code.google.com by robert.c...@gmail.com on 18 Feb 2008 at 12:08

GoogleCodeExporter commented 9 years ago
Let's document everything in docstrings.

Original comment by ondrej.c...@gmail.com on 18 Feb 2008 at 12:36

GoogleCodeExporter commented 9 years ago
Done. Added to the docstring of Material class.

Original comment by robert.c...@gmail.com on 20 Feb 2008 at 4:06

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

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