yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06422
Re: [Question #208644]: How to save a confined pack and later load it for shear
Question #208644 on Yade changed:
https://answers.launchpad.net/yade/+question/208644
Status: Answered => Open
ceguo is still having a problem:
Hi Jan,
I checked the code and found that I modified
PeriTriaxController::action()
if (!doneHook.empty()){
LOG_DEBUG ( "Running doneHook: "<<doneHook );
pyRunString(doneHook);}
else { LOG_INFO("No doneHook set, dying."); dead=true; Omega::instance().pause(); }
which is just imitating your code in Peri3dController. I used Dem3Dof
before and now change to ScGeom. Then I found Peri3dController doesn't
work well for ScGeom so I use PeriTriaxController and modified it a
little bit.
Ning
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.