Old tcl code to new format

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

Moderators: silvia, selimgunay, Moderators

Post Reply
RDB
Posts: 3
Joined: Wed Mar 22, 2017 3:33 am
Location: TechnipFMC

Old tcl code to new format

Post by RDB » Thu Mar 23, 2017 3:30 am

Hi,

I'm hoping someone can help me. I am working with some code which was written 10years or so ago which uses the commands

gFunEvaluator Basic
gradGEvaluator FiniteDifference -pert 1000

Having searched the internet it would appear that both of these commands have been updated to distinguish that they are tcl commands. From what I have found, similar commands are now written as:

functionEvaluator Tcl -file "Analyze -1"
gradientEvaluator Implicit (although i've replaced this with "FiniteDifference -pert 1000")

Could someone confirm if this is correct or if not, what are the updated versions of these commands.

Thanks,

Ross

Post Reply