Difference between revisions of "Command Manual"

From OpenSeesWiki
Jump to navigationJump to search
(New page: The OpenSees interpreters adds commands to Tcl for finite element analysis. Each of these commands is associated (bound) with a C++ procedure that is provided. It is this procedure that is...)
 
Line 1: Line 1:
 +
 +
[[Catagory:Command Manual]]
 +
 
The OpenSees interpreters adds commands to Tcl for finite element analysis. Each of these commands is associated (bound) with a C++ procedure that is provided. It is this procedure that is called upon by the interpreter to parse the command. In this document we outline only those commands which have been added to Tcl by one of the OpenSees interpreters.
 
The OpenSees interpreters adds commands to Tcl for finite element analysis. Each of these commands is associated (bound) with a C++ procedure that is provided. It is this procedure that is called upon by the interpreter to parse the command. In this document we outline only those commands which have been added to Tcl by one of the OpenSees interpreters.
  

Revision as of 23:11, 25 September 2009

Catagory:Command Manual

The OpenSees interpreters adds commands to Tcl for finite element analysis. Each of these commands is associated (bound) with a C++ procedure that is provided. It is this procedure that is called upon by the interpreter to parse the command. In this document we outline only those commands which have been added to Tcl by one of the OpenSees interpreters.

For OpenSees we have added commands to Tcl for finite element analysis. These commands can be grouped into four sections:

  1. Modeling Commands commands added to the interpreter to create the finite element model.
  2. Analysis Commands commands added to Tcl to create the analysis procedure.
  3. Output Commands commands aded to Tcl to monitor what is happeing in the model during the analysis.
  4. Misc Commands commands added to Tcl to help monitor and modify the model and analysis during the run-time.