Bruno Chareyre said: (by the date of Mon, 05 Jul 2010 12:33:49 +0200)
Janek Kozicki a écrit :
change line 38 in TriaxialStressController.hpp from his:
Real strain [3];
into this:
Vector3r strain;
Oh sorry, I though there was problem only for stress. No problem to turn
it a Vector3r.
ok, in the end I actually committed this :)
I think that it would be best to remove TriaxialStateRecorder and
replace it with python completely. And maybe other recorders too.
Hmm... those recorders that are still present as .cpp files were the
ones "most needed". Maybe the best would be to extend the section in
the user manual about 'recording results' and while deleting each of
those Recorder*.[hc]pp files - at the same time add python script
example to the manual that records the same thing in python that was
just deleted in .cpp.