NormDispIncr vs. RelativeNormDispIncr

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
murray710
Posts: 16
Joined: Thu Aug 04, 2011 9:14 am
Location: Northeastern University

NormDispIncr vs. RelativeNormDispIncr

Post by murray710 »

Hi,

When using NormDispIncr, is the comparison normalized in any way to the initial target solution vector, or is that only done with RelativeNormDispIncr? Basically, is the NormDispIncr tolerance 'unit dependent' and 'step-size dependent'?

For instance, if I reduce the size of a displacement step, for instance, would I need to proportionally tighten the convergence criteria in order to keep the tolerance 'the same', or is it normalized to the target value?

Thanks,
Justin
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: NormDispIncr vs. RelativeNormDispIncr

Post by fmk »

NormDispIncr is indeed unit dependent: norm(dU) < tol.
RelativeNorm is not: norm(dU(step))/norm(dU(initial step in iteration))< tol.

if however initial step size is very small, i.e. 1e-12 RelativeNorm may not converge!
Post Reply