Skip to content

Commit

Permalink
Merge branch 'master' into chebyshev
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Jul 28, 2021
2 parents 9e44b0f + 6082540 commit 72d170e
Show file tree
Hide file tree
Showing 326 changed files with 50,592 additions and 13,262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ cmake-build-release

# VSCode
.vscode
.clang-format

# OTHER
Makefile.def
Expand Down
4 changes: 0 additions & 4 deletions EXAMPLES/ExamplePython/Example1.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
# create ModelBuilder (with two-dimensions and 2 DOF/node)
model("BasicBuilder", "-ndm",2, "-ndf",2)

# set default units
defaultUnits("-force", "kip", "-length", "in", "-time", "sec", "-temp", "F")

# create nodes & add to Domain - command: node nodeId xCrd yCrd
#node(1, 0.0, 0.0, "-disp",0.0,0.0, "-vel", 0.0,0.0, "-mass", 0.0,0.0)
node(1, 0.0, 0.0)
node(2, 144.0, 0.0)
node(3, 168.0, 0.0)
Expand Down
5 changes: 3 additions & 2 deletions EXAMPLES/ExampleScripts/Example1.1.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
# ------------------------------

foreach eleType {truss corotTruss} {

# Create ModelBuilder (with two-dimensions and 2 DOF/node)
model BasicBuilder -ndm 2 -ndf 2
wipe
model BasicBuilder -ndm 2 -ndf 2

# Create nodes
# ------------

Expand Down
Loading

0 comments on commit 72d170e

Please sign in to comment.