← Back to team overview

yade-users team mailing list archive

Re: [Question #247142]: Burger's model implemented?

 

Question #247142 on Yade changed:
https://answers.launchpad.net/yade/+question/247142

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hello,

You have to use yade installed from source. Put these c++ files (hpp,
cpp) in your source folder (e.g. trunk), e.g. in pkg/dem but this is
probably just a matter of organisation taste. If you were very very very
lucky it would work.

But apperently it won't and you will have to give a serious look to
https://www.yade-dem.org/doc/prog.html. One main problem will be that
these source files you got correspond probably to very old yade
versions, compared to the present yade version.

For example, REGISTER_...() functions are now replaced by YADE_CLASS_
... functions (*). To get these files to work, you will need either to
dive in the mailing list archive to track the code changes that were
done since Jingsong Chen's yade version. And/or need the help of the
oldest and most skilled of us.

If you tell us which yade version Jingsong Chen used with these files,
you would maybe get opinions about the difficulty of the task (to let
this code come back to life, compared with starting a new one from
scratch).

Jérôme

(*) https://www.yade-dem.org/doc/prog.html#yade-class-base-doc-macro-
family

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.