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!
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.
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.