certik / hermescode

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

hide assign_dofs() in assemble() #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the user has to call assign_dofs() 
every time the spaces are changed. But this should
be done automatically at the beginning of assemble().
A flag should be introduced so that assemble()
can recognize whether the user assigned the 
DOFs or not, and only assign them if the user 
had not. 

Original issue reported on code.google.com by solin.pa...@gmail.com on 30 Jul 2009 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by and...@gmail.com on 23 Sep 2009 at 5:55