thegooglecodearchive / sfepy

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

describe_geometry update in each time step #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
geometry data (bfGM, ...) should be updated in each time step - needed in
updated Lagrangian formulation

Original issue reported on code.google.com by vlukes@kme.zcu.cz on 17 Sep 2009 at 1:59

GoogleCodeExporter commented 9 years ago
There should be some way for the solver to recognize which formulation is used
currently in order to behave accordingly.

I suggest adding an attribute (e.g. 'formulation') to all the TL, and UL 
formulation
related classes. This information could then be collected somewhere in
Equations.setup_terms().

Original comment by robert.c...@gmail.com on 30 Sep 2009 at 9:11

GoogleCodeExporter commented 9 years ago
It should be much easier now, as newly the geometries are updated as needed, 
similar to term caches. See the commits starting with 'geo'.

Original comment by robert.c...@gmail.com on 27 Aug 2010 at 5:38

GoogleCodeExporter commented 9 years ago
It works now.

Original comment by vlukes@kme.zcu.cz on 9 Aug 2011 at 1:42

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

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