help required regarding patch rect command

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

Moderators: silvia, selimgunay, Moderators

Post Reply
kartheek
Posts: 4
Joined: Wed Sep 08, 2004 10:44 am
Location: INDIAN INSTITUTE OF TECHNOLOGY GUWAHATI, INDIA
Contact:

help required regarding patch rect command

Post by kartheek » Wed Nov 03, 2004 3:23 pm

Hi,

The tcl editor does not produce help for patch rect command. It only produce help for quad and circ commands. Moreover it consider only quad and circ commands (I mean they appear in blue colour) and not rect command. But in example3.1 patch rect command is used and one can see the output too. And even in the OpenSees navigator we dont have patch rect. So how should we change patch rect to patch quad. Or someone atleast help me in knowing the representation of each arguement in the command.

Hoping a fast reply.
Kartheek Veeravalli
B.tech final year
Civil Engineering
Indian Institute of Technology Guwahati
India

Guest

Post by Guest » Thu Nov 04, 2004 11:13 am

Hi,

Even though tcl editor does not highlight "rect" in blue, it still seems to work. The syntax is similar to "quad" with the only difference that instead of specifying co-ordinates of I,J,K,&L, we only specify co-ordinates of I and K:

patch rect $matTag $numSubdivIJ $numSubdivJK $yI $zI $yK $zK


Jayram

Post Reply