About the loadFactor argument in the addLoad method

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
pankotso
Posts: 20
Joined: Tue Oct 13, 2009 9:46 am
Location: Edinburgh

About the loadFactor argument in the addLoad method

Post by pankotso »

Hello Dr McKenna,

I would like to ask you if the loadFactor argument that is used when adding a load in the element (e.g. DispBeamColumn2d::addLoad(ElementalLoad *theLoad, double loadFactor)) is the same loadFactor as descibed in your thesis (p. 192) about dynamic load balancing or if it has another purpose. Thank you!

Panagiotis, University of Edinburgh
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

the loads are just reference loads, the loadfactor in the method call is the value by which the reference loads must be multiplied for this time step, it has nothing to do with parallel processing.
pankotso
Posts: 20
Joined: Tue Oct 13, 2009 9:46 am
Location: Edinburgh

Post by pankotso »

Thank you very much Dr McKenna. This is what we understanded too. There was just this confusion because of the loadFactor method in your thesis. Thank you very much for clearing this issue.
Post Reply