Hi all,
I've built a OpenseesPy model with Algorithm modifiedNewton. When I try to use the argument of initial stiffness(bool value) in the algorithem command, the analysis failed and it showed an error message, the command I used and the error message as follow:
Command:
algorithm('ModifiedNewton',initial)
Error message:
NameError: name 'initial' is not defined
I also try another kind of command:
algorithm('ModifiedNewton',initial=True)
The error message shows:
TypeError: algorithm() takes no keyword arguments
Can anyone kindly help me!
Thanks in advance,
Roy Liu
Algorithm modifiedNewton with initial stiffness can't work?
Moderators: silvia, selimgunay, Moderators
Re: Algorithm modifiedNewton with initial stiffness can't work?
the command should be
algorithm('ModifiedNewton','-initial')
the document is wrong, I will fix it.
algorithm('ModifiedNewton','-initial')
the document is wrong, I will fix it.