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

Janek Kozicki posted a new comment:
How about this:

1. reorganize a little bit GlobalStiffnessTimeStepper in following manner: 
1.1. separate the code into another function which takes as an argument the 
[N/m] parameters, then returns the value.
1.2. The original code in GlobalStiffnessTimeStepper only calls this function 
with previously used [N/m] parameters

2. Then call the same function with your [N/m^3] values multiplied by
contact area.

Now the question is if it is better to derive from class
GlobalStiffnessTimeStepper, and call that function in parent class. Or
maybe if it’s better to handle all cases already in
GlobalStiffnessTimeStepper, distinguishing between the N/m and N/m^3.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to