Warning
Moderators: silvia, selimgunay, Moderators
Re: Warning
I am also currently dealing with this message and am not sure what exactly it is. I have looked at the source code and I see that has something to do with asking if a solution algorithm has been set, but I am not sure about the details of "theAlgo" object and what it encapsulates, so I am having a hard time figuring out where the message originates. Any help from other on this would be appreciated.
Re: Warning
use the system command before the test command
Re: Warning
Frank,
Thanks for the response! In my case, I do have the system command before the test command when this message presents. This is my analysis setup:
constraints Transformation
numberer RCM
system UmfPack
set testTypeStatic NormDispIncr
test $testTypeStatic 5.e-4 250 0
algorithm NewtonLineSearch 0.8
integrator DisplacementControl $IDctrlNode $IDctrlDOF $Dincr
analysis Static;
Thanks for the response! In my case, I do have the system command before the test command when this message presents. This is my analysis setup:
constraints Transformation
numberer RCM
system UmfPack
set testTypeStatic NormDispIncr
test $testTypeStatic 5.e-4 250 0
algorithm NewtonLineSearch 0.8
integrator DisplacementControl $IDctrlNode $IDctrlDOF $Dincr
analysis Static;
-
- Posts: 28
- Joined: Fri Oct 18, 2013 6:35 am
- Location: University of Oxford
Re: Warning
Has this been solved? I am getting the same warning only when I used algorithm NewtonLineSearch
Re: Warning
i have removed the message from the source code .. it will be reflected in code next time i get it up .. it will now spit out the warning only if it is the actual testing phase instead of when the test is actually created.