Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dam break model doesn't run using version 3.2.0 #26

Closed
dact221 opened this issue Apr 26, 2020 · 2 comments
Closed

Dam break model doesn't run using version 3.2.0 #26

dact221 opened this issue Apr 26, 2020 · 2 comments

Comments

@dact221
Copy link

dact221 commented Apr 26, 2020

Hi

I'm trying to run the following script using OpenSeesPy version 3.2.0:

https://gist.github.com/dact221/48e0e762e785784e10c8f5c7823da590

After replacing spaces with tabs due to issue #24, the script gets correctly interpreted, but the simulation stops after a few iterations and fails to generate the correct pvd file.

When I downgrade to version 3.1.5.12, the script runs as expected and generate pvd file with all timesteps. Also, version 3.1.5.12 is free of issue #24.

zhuminjie pushed a commit that referenced this issue Jul 20, 2020
* Animation Function

Added animation function,, changed some tabs in get rendering

* Tests of Animation and Create/ReadOBD

* Fixed Tabs, Added Node tags

* Minor Tab fix
@zhuminjie
Copy link
Owner

Does it run now?

@zhuminjie
Copy link
Owner

Since there is no response, I will close it for now.

zhuminjie added a commit that referenced this issue Dec 14, 2021
e207987 Merge pull request #730 from mhscott/vstudio
743b3b8 Adding HarmonicSteadyState to VS project
7775d65 Merge pull request #727 from galvisf/master
411c3c6 Update classTags.h
d675481 fkm - changing version number in OPS_Globals to 3.4.0
959070b fmk - putting an install directive
25e584f fmk - changes fixing cmake warnings pointing to errors in code
f157d09 Update SteelFractureDI
9025799 Merge branch 'OpenSees:master' into master
54dc40c fmk - updating CMakeLists
4b6b4cb Merge pull request #723 from sewkokot/harmonicSSintegrator
abda5f0 Merge pull request #724 from Hanlin-Dong/master
602d5ce HarmonicSS: use a load period instead of a circular frequency
4380277 Addinng a new uniaxialMaterial named DowelType
92d38a3 Add HarmonicSteadyState integrator to CMakeLists
13fa3db HarmonicSteadyState: cleanup, change the order of parameters
1d7a38d HarmonicSteadyState integrator: cleanup
4d92456 add HarmonicSteadyState integrator class, StaticInteg, LoadControl
282f2d5 Merge pull request #721 from MassimoPetracca/bugfix-aggregator-setResponse
96ea8d5 Update SteelFracture DI
ca3a55a fix setResponse and update mpco
090c0be Merge pull request #718 from MassimoPetracca/absorbing-boundary-update
d083b11 improve output of setResponse
34d9b2d Update CTestRelativeTotalNormDispIncr.cpp
6d21488 Update CTestRelativeNormDispIncr.cpp
e90fce9 Merge pull request #720 from mhscott/basicOutput
40eeb4c Checking for double output to avoid seg fault
f79c0ab Merge branch 'master' into absorbing-boundary-update
cdc773f fmk - adding MPCO to OPS_Recorder lib in CMakeList
da6a6ad fmk - update for conan, hdf5 and mac for openseespy
d3eff47 Merge pull request #601 from MassimoPetracca/re-add-mpco-recorder-tcl
72471da fmk - updating conanfile or HDF5, changes to CMakeLists for such, update the Conf.cmake
e124611 fmk - updating CMake.conf
f59a872 Merge branch 'master' of https://github.com/OpenSees/OpenSees
22b5094 fmk - fixing Unix Dependency file for latest, CMake for HDF5
b8173b6 adding check for conditional compilation (_HDF5)
3e0aabe make sure to use static link if _HDF5 is defined
a469b59 Update InertiaTruss.cpp
52e1d7f Merge pull request #716 from Xiaodong-Ji-THU/master
7f81404 Merge branch 'master' into absorbing-boundary-update
d319e0c Merge branch 'master' into re-add-mpco-recorder-tcl
d1b3625 fmk - mod for UBUNTU
1bd0d0d fmk - fixing compile error
feda33c fmk - big fix on ndex in FourNodeTet
ecddc0c fmk - fixing check on numRemainigArgs in TFP_Baring
c6ff6b6 fmk - bug fix, using wroung array indices in TFP_Bearing
4c7ecc4 fmk - bug fix in DispBeamColumn3dID.h, array declared was too small
9d438d7 Merge branch 'master' of https://github.com/OpenSees/OpenSees
8b724ba fmk - fixing code, references cannot be null
d2cd62a Update PathSeries.cpp
8c38c2d Merge pull request #717 from san-zhang94/master
79bae32 Add files via upload
c1b3546 Add files via upload
fc93ed4 fmk - updating CMakeLists.txt in OpenSees for new targets, etc in other CMakeLists files, updating connafile.py to use Tcl8.6.11
077af51 fmk - changes to CMakeLists files in various dir .. adding files, new targets, switching files between targets
ea1a596 fmk - all element dir now adding files to OPS_Element lib instead of individual libs
5e56056 fmk - changing CMakeLists in OTHER dir, not creating seperate projects now, just libraries that are used in OpenSees/CMakeLists.txt
6f1e407 fmk - changes to ARPACK makefile for new files
6f92f8f fmk - new CMakeLists for Triangle and tetgen
d953681 fmk - changes to original code to fix compile errors
af5765c fmk - new files in ARPACK to fix compile errors
2f03884 fmk - misc fixes to code to fix warnings from compilation
6ded71d Merge branch 'master' of https://github.com/OpenSees/OpenSees
5cf7ce1 fmk - adding _HDF5 define areound MPCO recorder
85543c4 fmk - adding CMakeLists in SRC/reliability
79c0845 Merge pull request #712 from mhscott/multilinear
a7a227d Merge branch 'master' into multilinear
7e09614 fmk - fixing define
6672e6a Merge pull request #711 from parduino/master
3b3547c Merge pull request #28 from OpenSees/master
bd10293   Fixing SSP elelemts - adding getClassType class
e0b9f9d Merge pull request #710 from mhscott/pyTransfTags
04bfdca Adding getCrdTransfTags to Python
e7d0a19 update
c84daca add parameters to update and record them for checks
7d70f4a Merge branch 'master' into re-add-mpco-recorder-tcl
dba6384 Merge pull request #706 from amaelkady/master
6b046c1 Merge branch 'master' into re-add-mpco-recorder-tcl
aa9970e Update IMKBilin.cpp
5d7b28f IMKBilin material updates
b32a57b IMKBilin material updates
cd5cb85 IMKBilin material update
c449d07 Merge pull request #705 from jaabell/master
c95871b Added return value for OPS_getAllCrdTransfTags
3700438 implements OPS_getAllCrdTransfTags in CrdTransf.h to return a list of tags for all declared CrdTransf objects
fc3c6da Merge pull request #27 from OpenSees/master
51b3b84 Merge branch 'master' into re-add-mpco-recorder-tcl
395c576 Merge pull request #703 from sewkokot/addNdfAndNdmToPython
505dc03 Merge pull request #704 from MassimoPetracca/fix-cmake-steeldrc
0d1a875 Update CMakeLists.txt
3034f1c Merge branch 'master' into re-add-mpco-recorder-tcl
e041113 Add getNDM output command to OpenSeesPy
550bd43 fix the getNDF Python command
48a8b3a Add getNDF output command to OpenSeesPy
0997fd8 fix error messages of getNDF and getNDM tcl commands
0a61be7 Merge pull request #702 from mhscott/vstudio
f991f22 Adding SteelDRC to VS project and changing abs to fabs
0138116 fmk - FileStream and integer output, fixes print .. but may cause other issue as it was there for a reason
2ca26cf fmk - updating Makefile and CMakeLists for SteelDRF
62064bc fmk - changing cmath to math.h in SteelDRC for isnan()
684cbf8 Merge pull request #700 from rpcarren/master
ef87b2e Merge pull request #698 from sewkokot/master
8f2025a Rodrigo Carreno - Adding new SteelDRC material model
2f99424 Merge remote-tracking branch 'upstream/master'
9ba82f1 Add getNodeLoadData output command
e68925b Update getData function for NodalLoad
4f7f3b3 Add getNodeLoadTags output command
842b4d7 Merge branch 'master' into re-add-mpco-recorder-tcl
1c1a4bb Merge pull request #697 from MassimoPetracca/fix-cmake-build-sanisand
fd40bcb fixing cmake build for uandes materials
4093320 Merge branch 'master' into re-add-mpco-recorder-tcl
d40ccc7 Merge pull request #693 from mhscott/master
5c4cabc Adding ANDES materials to VC++
7bb6bb1 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
063d7e2 Merge pull request #687 from jaabell/master
e80a58b Merge branch 'OpenSees:master' into master
2da8fe2 removed the deprecated flags
e830ef8 Merge branch 'master' into re-add-mpco-recorder-tcl
d0a74ae Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
fcf40e8 Update J2BeamFiber3d.cpp
b3e0a3d Update J2BeamFiber2d.cpp
ff778fb Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
0ca80f1 Merge pull request #691 from mhscott/hssSection
5e8c696 Adding HSS section integration to workspace
a7ff7a9 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
1dbbef5 Merge pull request #690 from mhscott/hssSection
f82b8e5 Moving interpreter command to OPS function in HSSSectionIntegration.cpp
02b8e55 Merge branch 'master' into hssSection
2e525ce Merge pull request #689 from mhscott/noExit
298bab9 Checking material pointer in state determination
8f3dedd Checking material pointer in state determination
2a06a08 Checking material pointer in state determination
285778c Removing exit call
1104d3a Checking material pointer in state determination
147401b Merge branch 'master' into hssSection
444f248 Revert "Removing exit call"
9910f92 Revert "Removing exit call"
44db7c2 Merge branch 'master' of git://github.com/OpenSees/OpenSees into noExit
ec7e87c Update Trilinwpd.cpp
5ea4b7e Merge branch 'master' of git://github.com/OpenSees/OpenSees into noExit
4c9b88a Update SimpleFractureMaterial.cpp
a32f6fb Revert "Removing exit call"
6e54333 Revert "Removing exit call"
af6fae5 Removing exit call and checking for null material pointer
9bca070 Changing return statements
142689f Removing exit call and checking for null material pointer
8905f5b Removing exit calls
616064e Removing exit call in recvSelf
54f5b7a Removing exit call
0aa0132 Small fix in recvSelf
ac49350 Removing exit call
62dac86 Removing exit call
4460da4 Removing exit call
7ca33e4 Removing exit call
62f930a Removing exit call
e536c2e Removing exit call
aaf4f3c Removing exit call and small fix in recvSelf
8a2666c Sharing SAniSandMS with the world
ffb3dba Merge pull request #26 from OpenSees/master
4937d76 Rodrigo Carreno - Adding new SteelDRC material model
9b56011 Merge branch 'master' of git://github.com/OpenSees/OpenSees into hssSection
e334d10 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
d1c50b8 Merge branch 'master' of https://github.com/OpenSees/OpenSees
4491b19 fmk - updating EC2-UBUNTU Makefile.def .. adding -fallow-argument-mismatch to FFLAGS for latest fortran compiler and very old fortran code
6d8bdc6 Merge pull request #684 from MassimoPetracca/add-zero-length-implex-contact
252a61b Merge pull request #611 from amaelkady/master
b626614 Update IMKBilin.h
49b4833 Update IMKBilin.cpp
217bf62 Adding HSS command to interpreter
3523b23 Merge branch 'hssSection' of https://github.com/mhscott/OpenSees into hssSection
26a1d58 Update HSSSectionIntegration.cpp
6e31840 Merge branch 'master' of https://github.com/OpenSees/OpenSees into hssSection
0c39749 Merge branch 'OpenSees:master' into hssSection
757d82d Merge pull request #682 from zhuminjie/mpiinit
0b02416 Merge pull request #685 from claudioperez/contrib-src
a08f1b2 Merge branch 'master' into hssSection
d2a4aea cmp - Do not link found tcl when conan has been run.
09546da Merge pull request #683 from mhscott/sectionTags
abaebb8 Allowing different section tags for distributed plasticity beam integrations
fa2f973 check if mpi is inited
ec25ba7 Update HystereticMaterial.cpp
4d7266d Merge branch 'master' of https://github.com/OpenSees/OpenSees
6525667 fmk - fixing math includein ASDAabsorbingBC files
63d816f Update HystereticMaterial.cpp
7d410d4 Merge pull request #676 from MassimoPetracca/inertia-truss-visual-studio-filters-messed-up
cf8780a Update ZeroLengthContactASDimplex.cpp
621ec52 Merge branch 'master' into re-add-mpco-recorder-tcl
13ababf Update CMakeLists.txt
8caadf7 Merge branch 'master' into add-zero-length-implex-contact
e82f886 Merge pull request #680 from mhscott/mixedBeamColumn
077f35a Adding section displacement to element recorder
0dfbf52 Update StaticAnalysis.cpp
ccf9ada Update MPCORecorder.cpp
4bea5a4 Merge pull request #678 from claudioperez/contrib-src
1af028d cmp - fix verification workflow
b9baf3f cmp - add verification suite to gh workflow
c709c36 cmp
2e75f37 cmp - add github build on master PR
ff6424b cmp - adding new elements to cmake
5e7f9ec Update element.vcxproj.filters
8e5b6a0 renaming
aa69112 Update commands.cpp
c65a94a Update OpenSeesOutputCommands.cpp
8b16d88 Merge pull request #674 from MassimoPetracca/fix-large-if-elseif-blocks
b4a7cc8 Merge pull request #673 from MassimoPetracca/inertia-truss-added-to-makefile
09bda8b Merge pull request #672 from MassimoPetracca/add-asd-absorbing-boundary
70fa4c6 minor updates
ac07745 update for hdf5 version 1.12.0 - first commit
2e2210a invalid initialization of non-const reference of type ‘Vector&’ from an rvalue of type ‘Vector’
5a8fc24 add intertia truss to makefiles
693dad9 Merge branch 'master' into add-zero-length-implex-contact
f63ae97 Merge branch 'master' into add-asd-absorbing-boundary
7890481 Merge branch 'master' into fix-large-if-elseif-blocks
3c48514 Merge branch 'master' into re-add-mpco-recorder-tcl
2d04c17 Update ASDAbsorbingBoundary2D.cpp
c2a4121 update penalty in 2d
4ff0314 Merge pull request #619 from Xiaodong-Ji-THU/master
0ba9f78 Merge pull request #671 from mhscott/tdconcrete
7ecabd2 Adding class tags to TDConcrete models
e687cbf handle distortion in 3d elements
b15c940 Merge branch 'master' into hssSection
ec812d9 Merge pull request #670 from sewkokot/fixImportErrorMPCOrecorder
3083df6 add MPCORecorder to Makefile to fix error on linux
9af2556 Merge branch 'master' into master
72fd61f Merge pull request #669 from claudioperez/contrib-src
59ac65e Update CMakeLists.txt
06f1ddd cmp - rename TOOLS directory
8802081 cmp - change windows pkg management to conan
700c426 cmp - minor clean
ba8aab4 cmp - clean recorder/CMakeLists.txt
b9d2b76 cmp - remove failing win build
3f54ec3 cmp - reorganize renderers
a7d25d8 cmp - merge contrib-src
e102a02 cmp - clean cmake file
42bcdc5 cmp - dependency file default to sys tcl
fd04bb4 Merge branch 'contrib-src' into cmake-build
19e2603 cmp - clean compile flags
67e4f97 cmp - merge origin and upstream
613c342 cmp - make conan optional, rename ETC/
9adc950 cmp - rename ETC/ dir to standard TOOLS/
adbdc8b Update CMakeSettings.json
e2d4d30 cmp - reduce min. cmake version
c085d48 Update Makefile
61d5997 Update TclModelBuilderUniaxialMaterialCommand.cpp
c304706 updatetags
7e2d6b6 update 3d
e471c0a Merge branch 'master' into add-zero-length-implex-contact
c4f6e89 Merge branch 'master' into re-add-mpco-recorder-tcl
e19aa70 Merge branch 'master' into hssSection
0b679a2 Update Renderer.h
283c98c Update MultipleNormalSpring.cpp
872f2c4 Adding HSS section integration to Makefile
1bc12b9 Adding HSS section integration to make and cmake
9704967 Adding class tag for HSS section integration
5ba80bc Initial (untested) implementation of HSS section integration
8fbc636 fmk - adding conan to CMakeLists, need to remove TCL and mySQL stuff that was existing
f7d3c40 Merge branch 'master' of https://github.com/OpenSees/OpenSees
da24220 cmp
2a10dd2 fmk - changes for clang aor c17 standard
f727e40 cmp - conan works
8fed58c fmk - updating code for c++17
df1efce Merge branch 'master' of https://github.com/opensees/OpenSees
8d906fd fmk - adding conanfile
b615b76 fmk - adding conan file
9f5f059 Merge branch 'claudioperez-contrib-src'
6b49339 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
c9d1f28 cmp add conan to cmake
3a11890 Update CMakeLists.txt
8bb84fb cmp -  update umfpack/csparse paths for win32 build
21cb41e cmp - remove StressDensityModel.cpp from cmake build
e6381f9 cmp - remove HardeningMaterial2 from cmakelists
9e9f58c cmp - make PML fortran sources priv in cmake
5978237 cmp - move FMK files to special FMK.cmake
c9c997d cmp - begin win32 build action
cc91c03 cmp - cleaning cmake changes
451aef7 add CMakeLists for DEV cpp truss
572fa2c cmp - create FMK.cmake
47c2e93 cmp - rename build
3d85357 cmp - add DEV dir option to cmake
3bc2940 cmp - specify parallel build
b25585e cmp - install tcl-dev on ubuntu CI build
0086256 c
8c4e9e1 cmp
53f26d5 cmp - separate uses/run
2369295 cmp - add "uses" to action
4d0df2f cmp - add checkout command to workflow
2f1505a cmp
6cfca46 cmp ;
c44918b cmp
0f24e8b cmp - add github action
afbf8a2 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
729ab4d Merge branch 'master' of https://github.com/OpenSees/OpenSees
b90dc32 fmk - adding file to Makefile
a1ef32e fmk - include changes and formatting
97c2ee0 fmk - adding new element
193d18d Merge pull request #667 from mhscott/dbnl3dinitialK
11e942b Fixing initial stiffness calculation
8d001fd cmp - cleaning
043328d cmp - add header to cmake files
a63e716 cmp
34a3b7d cmp - clean cmake changes
4a735a0 cmp - clean cmake changes
d2303bd cmp - clean whitespace changes
aebe2ec cmp - clean cmake sources changes
cf4371c cmp - remove fedeas uniaxial from default build.
a257385 cmp - clean fedeas damage files
c80266c cmp - add changes from meeting
b5bf59d Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
9039f7c Merge pull request #664 from jaabell/master
d89ca45 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
9396552 cmp
547d78d Merge branch 'contrib-src' of https://github.com/claudioperez/OpenSees into contrib-src
7802fd2 Update CMakeLists.txt
1bb747b Update OpenSeesDependenciesWin.cmake
9a510bd cmp
4a1b204 cmp
95af334 cmp - clean cmake changes
5a453d7 cmp - clean cmake changes
3603825 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
f4207e6 Merge pull request #6 from claudioperez/dmglib
0fed56b cmp - clean cmake files
289594c cmp - clean cmake files
e964a5c cmp - create itpack cmake
076a612 cmp - add banner to OTHER/CMakeLists.txt
26af02a cmp
3dec328 cmp - add new elems to CMake
65b8e52 Merge pull request #665 from mhscott/sectionTags
28b4151 Adding section tags option to set/getResponse
381dd83 cmp - working PFEM build
9b19b07 Merge branch 'master' into master
6304c6e Adding sectionTag command implementation and modifying point and weight commands to return lists
a6576fa Adding sectionTag command to Python interpreter
0992dd9 initial commit for 3d
d072b60 done-2d
b83735a Includes PETSC in the build if the HAVEPETSC=YES flag is enabled in the makefile.def
4aa213b Fixes outstanding merge messages remaining in the H5DRM source
2a1c59f Fixes clash of Vec type defined in RockingBC.h:64 with definition in petsc.h that occurs when you enable petsc with the _PETSC compiler flag.
43054b5 Merge pull request #663 from mhscott/elementEnvelope
5ed7de8 Using OPS_GetStringFromAll for envelope element recorder
4cfcf7b Update Newmark.cpp
52f6ac3 Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
4de0bad cmp - add fedeas damage lib
32acc6c wk-1-before-renumb
d30574f Merge remote-tracking branch 'origin/dmglib' into contrib-src
d0e6479 Create CMakeSettings.json
d945a66 first commit
678f296 first-setup
9306cee Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
dedacda cmp
98c79f8 cmp
0a0993b Merge branch 'master' into add-zero-length-implex-contact
c6d4a2b Merge branch 'master' into re-add-mpco-recorder-tcl
8ad3426 Merge pull request #5 from claudioperez/dmglib
7d83518 Merge branch 'contrib-src' into dmglib
2b48cf6 Merge branch 'master' into add-zero-length-implex-contact
34b61d5 Merge branch 'master' into re-add-mpco-recorder-tcl
84911e5 Merge branch 'master' into add-zero-length-implex-contact
4faddd7 Merge branch 'master' into re-add-mpco-recorder-tcl
8a6e4a8 cmp - remove stress density material
487fba7 cmp - remove OPS_ASDEA target
735a577 Update CMakeLists.txt
d6f8b8e Update CMakeLists.txt
dbac49a cmp - add bundled AMD
b5a0d5f cmp
d1cfc1e ss
a45d3ab Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
c9dfb38 cmp - make bessel linkage consistent
8aab12b cmp - simplifying options
11db95a cmp - windows dependencies
94ea89a cmp - change extension .C to .c for non CXX
4cca418 cmp - clean out unused cmake files
10b1294 cmp - move PlainMap to OPS_Renderer
862318a Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
6a417fe cmp - s/_OPS/OPSDEF/
ca3f758 Merge branch 'dmglib' of https://github.com/claudioperez/OpenSees into dmglib
0c56435 cmp - mod cmake for windows.
3166905 cmp - remove lead underscore in new macros
165c285 cmp - add masonry to CMake.
fa5fd63 cmp - fix merge conflict in/CMakeLists.txt
76db0ef Merge branch 'master' of github.com:OpenSees/OpenSees into dmglib
41499c7 cmp - Remove g3 targets
f35780f cmp - remove damage code
16fc248 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
a89a64e cmp - update CMakeLists
e342034 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
4c57e6d Merge branch 'master' of github.com:OpenSees/OpenSees into dmglib
ce7cd4e K. Mackie - adding set/updateParameter for multi-linear material
b5ad930 cmp -remove G3 targets
9b533e7 shift class tag
2d9c6c2 update class tag in developer
8f39a51 Merge branch 'master' into add-zero-length-implex-contact
f0861e6 Merge branch 'master' into re-add-mpco-recorder-tcl
5921f8c Merge branch 'master' into master
e509a68 cmp - add TCL85 def
3e4ada7 add CMake_Questions.md
7c1b434 work on model builder
4bd0dec cmp - refining TCL libs
8767a45 cmp - Remove OBJECT in Fortran lib defs
f89234e experimenting with lib visibility
06ad00d specify fortran differently
91c87ba cmp - back and forth with win
7543276 fix Fortran CMake
bd018c3 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
0c09400 minor formatting
7070e39 cmp - More polishing of CMake options
9603665 cmp - create CMake config for conda
9472fa7 cmp - merge Win with Unix changes
e69d316 cmp - remove tabs
fbffc35 cmp - fixing arpack cmake
5abc8b5 cmp - Windows-specific build sys
7ce3086 temp
c82ff42 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
8190ef1 cmp
3a1dc4a cmp - CMake formatting
efd24d8 cmp - polishing
3dd06bc cleaning, remove make-style variable refs in CMake files
05e343d cmp - more CMake polishing
53a67d0 cmp - cleaning Conf file
104c808 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
00ca972 cmp - implement extension processing
2ca8d48 cmp - cleaning bundled CMake files
a521e40 cmp - merge upstream
f372ce6 cmp - Merge origin
88a95d0 cmp - clean CMakeLists.txt
cc4dcd4 commit a new InertiaTruss element
322ae81 Merge branch 'contrib-src' of https://github.com/claudioperez/OpenSees into contrib-src
9a6b7c7 cmp - separation of Fortran files
8fcd151 cmp - removed glob in OPS_Tcl target
4f0610d cmp - separate Fortran in G3_SysOfEqn
ede6ccc cmp - fix fortran material lib to compile on *nix
262efe0 Merge branch 'contrib-adapter' of https://github.com/claudioperez/OpenSees into contrib-src
af56eaa cmp -  moved inclusions of `f2c.h` to after `math.h`.
5ca95bb cmp - fixed broken call to Adapter element constructor
5f8949c Merge remote-tracking branch 'upstream/master' into contrib-src
860640f cmp - separate out X11 renderer for Win build
5b63eb1 cmp - separate out Fortran files for MSVC builds
310f917 cmp - modify scope of `opensees_load` returns
faed0f4 cmp - rename dependency cmake file
e8020b9 cmp - wrapped paths in quotes
4213ba9 cmp - fix CMakeLists for SuperLU/ARPACK; add FindAMD.cmake; minor reorganizing
7e6a22d cmp - fix opensees_load not returning lib/include vars
f38baa7 cmp - minor developments with CMake
05c0ed3 cmp - fix tcl path in CMakeLists
3bf99fe cmp - init contrib-src branch
ee85233 cmp - CMake successfully builds OpenSeesTcl on Linux
1d33cf8 cmp - pulling renderer cmake
124499e cmp - create renderer cmake.
5e387db Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
b93d5bc cmp - revert glob includes, now use SRC and OTHER
c338855 cmp - change temp glob include to search at project root
8d23b08 cmp - missing "logical" and friends; included f2py
597b802 cmp - checkpoint for CMake system.
200b4d9 cmp - creating CMake lists for bundled libs
ca77a3e cmp - pull upstream master
c287932 cmp - adding ifdefs for CMake build
727beff IMKBilin fix
b48d5c3 cmp - temporarily glob include dirs
1ae821e cmp - add new CMake file
34efd55 cmp - update CMake files.
24542b4 cmp - several new CMakeLists
294aa80 cmp - add more missing CMakeLists in material/uniaxial
d4f4d3b cmp - link selected elements in CMake
88f2dd7 cmp - CMakeLists for materials
1b1a294 cmp - Creating missing CMake files
0405efb cmp - cleaning CMake conf
c882c12 cmp - CMake materials
93c96f5 cmp - polishing CMake conf file
d987e69 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
6a67a6d cmp - developing cmake system
0bf1e0e Merge branch 'master' of github.com:claudioperez/OpenSees into contrib
63bf35c cmp - add new function to OpenSeesFunctions.cmake
fc9593c cmp - developing CMake system
1a9e291 Merge branch 'master' into add-zero-length-implex-contact
27134b7 Merge branch 'master' into re-add-mpco-recorder-tcl
da158a5 cmp - developing CMake system
cf0c5d9 cmp - working on CMake system
dac9d6e cmp - clean ETC
2af90b4 cmp - fix symlink
c390b2d cmp - working with cmake
f8917d3 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
1dcb671 cmake
f478f28 Merge pull request #2 from claudioperez/contrib
af7f097 Merge branch 'OpenSees:master' into master
7af4006 Merge branch 'master' into add-zero-length-implex-contact
77f7988 Update FEM_ObjectBrokerAllClasses.cpp
b55dd23 Merge branch 'master' into re-add-mpco-recorder-tcl
c027bd0 fix send recv self methods
4ed560a some improvements
95022ca Update ZeroLengthImplexContact.cpp
23e060c some improvements
3ec7109 Update TclRecorderCommands.cpp
268a905 adding new zerolength implex contact
0c3ec9c Merge pull request #1 from OpenSees/master

git-subtree-dir: opensees
git-subtree-split: e207987
zhuminjie added a commit that referenced this issue Jul 17, 2022
1f239c52 update version 3.4.0.2
008159f1 Merge pull request #91 from mhscott/patch-2
ca06f297 Update DiscretizeMember.py
7e9b2224 Create LICENSE.md
de1341d1 fix python 3.9 requirement for openseespy
b0921375 fix python3.9 requirement in windows version
0a816212 support Python3.9
f9bdf9ba update to python 3.9
ac470c00 Merge commit 'a6eb923029055847f2d9d801c67bf4576bdaa0c5'
a6eb9230 Squashed 'opensees/' changes from 2f5bc77e03..ae6e39fc09
a0a989e5 remove visualization libs from openseespy
86743b45 Squashed 'opensees/' changes from e207987a0..2f5bc77e0
92e86262 Merge commit '86743b450b53e92dae9517e3bb20b1a906180075'
e49436d7 update build docker
3f1c6f7b update version 3.4.0.1
f7f06f51 update build_docker and pip setup
92a669f1 Merge commit '9c0652a79471a93aabfbc6323908709a24945c38'
9c0652a7 Squashed 'openseespy-docs/' changes from 41208757d..d9f49ec9a
ee24c754 Squashed 'opensees/' changes from 2315cdca5..e207987a0
717da8a6 Merge commit 'ee24c7546e3278cefbc4b12eae0a5d84678df9bd'
597951a9 update version 3.4.0.0
185ae9d9 build_docker.py add comments and comment warnings
ef6ad848 Squashed 'opensees/' changes from b57156b70..2315cdca5
0cc17fc3 Merge commit 'ef6ad848b68f46aab06d9b0f921b6a472bbbdbf1'
f3903dfe update docker file to add centos-openseespy-code tag
caa5cb1a update pip setup
ad80c32c update version 3.3.0.1
0eed7c54 Squashed 'openseespy-docs/' changes from 7b1f49089..41208757d
b00478e5 Merge commit '0eed7c54ad71f7bd233d69cb7774c5ccc0d72edb'
8ecd274b Squashed 'opensees/' changes from c9627c11e..b57156b70
e4515266 Merge commit '8ecd274bcf5cbcc4705362debb60f19749306dea'
35b372a8 Merge pull request #67 from parched/patch-1
add44caf Fix error message when import fails on windows
a9923b18 Merge pull request #62 from ccaprani/patch-2
c86b6aae Argument typo
5b81203a Add plot direction
4aa489ff update build docker
ce125abd update version for linux and win
12822e37 Squashed 'opensees/' changes from 534919cbd..c9627c11e
b494dcf8 Merge commit '12822e37afbec1ba0eb1c35c8a99460446a866fb'
15934fa6 update version 3.3.0.0
c06b0624 Squashed 'openseespy-docs/' changes from 79077af6..7b1f4908
340e4ca5 Merge commit 'c06b06248bf5bc64e4c2507b946ad9ddf2f7d796'
30c4342d Merge commit 'f13c663d9ef28804acd15407702c9027bdeb0df1'
f13c663d Squashed 'opensees/' changes from d50e78ab..534919cb
1313e005 Merge pull request #59 from sewkokot/master
d49cc983 add support for the 'layer circ' option
2acde0b9 ops_vis: improve default options, add circ patch, fix 3d equal axis
a56f5832 update version
6e6f15fa update version 3.2.2.10
dd4fb675 docker self compile mpich3.2
9b488f93 make openseespy depend on the three separated repos
f99bcc10 add openseespywin-pip
66130c7b add openseespylinux-pip
6d58d908 update version 3.2.2.9
1deaba4b Squashed 'openseespy-docs/' changes from 1f2cc3909..79077af68
b70180eb Merge commit '1deaba4bd3ae30e78a371dfcdd6b7edcb5c8df47'
bf61282e Squashed 'opensees/' changes from 68f912f65..d50e78ab0
cfe0c683 Merge commit 'bf61282ef07abfd997205e7bda9ad7af84377c6e'
9053a229 update to version 3.2.2.8
8e684b09 add release version in dockerfile
c275aecd change build_pip.py input order
a6f039ab Squashed 'opensees/' changes from b85bcc829..68f912f65
6e2bcb99 Merge commit 'a6f039abb75eefd17f874efd2aed6522c139c8cd'
9a135c2e update pip
e70b8e02 dockerfile for compiling openseespy in centos 7 and testing in centos, ubuntu, debian, and fedora
0041d471 update build_docker and build_pip
914ae99b fix copy_win_library
173970fe load libraries at __init__.py
2dcf2e69 update docker and build_pip
5340f059 update version 3.2.2.7
4da9445c Squashed 'openseespy-docs/' changes from 5d108af2..1f2cc390
6e95e964 Merge commit '4da9445cc2839735c98b7639191ca4745a36bc2f'
f4c1eb29 Squashed 'opensees/' changes from 0409cdda..b85bcc82
0256cf2e Merge commit 'f4c1eb293467539f81e5cb6b46ee6091f4ae5719'
68f1b240 update docker file
4c6a845b Merge pull request #54 from sewkokot/addOpsVis
1fe4477a ops_vis: fix Eds docstring for anim_defo and anim_mode
8cb23a30 ops_vis.py major update, fixes of code and documentation strings
5510e7bf fix format in build pip
5ad2abe1 build pip add zip option
458533b8 update build_pip
e5573cc8 update version
a8220fcd update docker
1f0e5c7a update Dockerfile
3a680401 update Dockerfile
16b07450 build_docker.py
d66435ef build_docker.py
c5f8b1b1 update version 3.2.2.6
0a8b027f Squashed 'openseespy-docs/' changes from 60eb74ee..5d108af2
f60f9081 Merge commit '0a8b027f24e6f0ccfcb9dc85f34ef848cfea246f'
0f8a990e Squashed 'opensees/' changes from 16b53632..0409cdda
fefd81f8 Merge commit '0f8a990e959b101e5ab820e530813a37a3871d35'
03b6f78a update_version.py
af2ed9b5 update_version.py
a112915a add update_version.py
5d71d554 update docker
58712cfe update build_pip.py
db537fe1 pip update
51591264 Update to 3.2.2.6
87486a43 add a typo in build_pip
eb32789f use different python names on different platforms
bd11a823 Merge branch 'master' of github.com:zhuminjie/OpenSeesPy
cd07262f use @loader_path in mac
40e506c5 copy linux libray
74c76734 update install scripts
03da73f8 bug fixing for mac os version
390e5303 add mac
cc5ada12 3.2.2.5
b5b0a4e3 import __version__
31a53df7 Fix an issue with Windows
d16fd508 Update version
51179c5b update init
caf33047 update install_pip and install_test
2262b5d4 update build_pip
fafbbfd4 Merge pull request #43 from sewkokot/addOpsVis
3f218e88 update ops_vis: more descriptive matplotlib line style formats
759c12df move openseespy version to ops.__version__
ce7110ad initial import of ops_vis plotting module
4e25f2da update install_pip.py
579d5f24 fix a typo in init.py
ffe6ecec setup 3.7 folder
281a11ea copy library for 3.7
ac7a49e7 windows support for 3.7 and 3.8
eef221c1 update openseespy pip for windows
5e826b81 Squashed 'openseespy-docs/' content from commit 60eb74ee
67a72843 Merge commit '5e826b8100e39febe4bf83d25401ca3fcdb047bd' as 'openseespy-docs'
2a6d6455 remove openseespy-docs
21ec279b Merge pull request #39 from u-anurag/Cslotboom_Spelling_error
aa03fd8e Resloved Spelling error
30da127a Squashed 'opensees/' changes from 153a1830..16b53632
a3d8b215 Merge opensees commit '30da127afc551d0985834664bfc47318aa7fb2b6'
85d1a0d7 Merge pull request #38 from u-anurag/OpenSeesPy-Plotting
7fd373cc Removed a variable that didn't do anything. Changed pytest variable names. (#64)
e13aaa92 Moved Tests and moved out individual functions . (#63)
8c80d7ba changing "scale" variable to be consistent (#61)
04c515eb Updated Animations to display time, other small patches (#60)
1ebf0cb3 Adding option to save animation (#58)
7a487b85 Update Get_Rendering.py
222a428f Additional arguments to animation (#57)
2a6d7a09 Update Get_Rendering.py (#56)
c496205d Minor changes (#55)
0bbfdf91 Remove 'model_ODB' test (#52)
b8460969 adding tempSurface = [None] to _plotCubeSurf() (#51)
60d71984 changing names to be consistent with internal functions (#50)
a576ce6a Some final edits to Get_Rendering (#49)
10af31e7 V1 Release (#47)
1e704695 Moving Functions (#40)
53058d1b Adding time-step option for recorders. (#39)
6c241394 selective input for createODB() (#36)
882e9cc2 Updating plot_deformedshape() (#32)
1db894c3 Adding procedure to read the node displacement data. (#31)
bb6b859c Add read and write modeshape data (#28)
ec060cd8 Add _plotBeam2D() (#29)
d9506e9d Changed to streamline with ODB (#30)
533ae11c Animation Function (#26)
b6e5670d Cslotboom preAnimation functions (#25)
27a2456f Cleanup of createODB, readODB and plot_model functions (#23)
d8fb60c6 Cslotboom updates (#20)
b700ad2f Removed '-closeOnWrite' from the recorders. (#18)
2e5ea9cb remove internal plotting functions (#17)
2f24ecd4 put all internal plotting functions in a separate file (#16)
508ee217 Create example to test Brick elements (#15)
f9262254 fix file name
b3a850c9 Create test_SteelFrame2D example (#14)
02de9751 Create test_shell3D example (#13)
800fdbe6 Create PortalFrame3D.py to test plotting for 3D stick-beam model (#12)
4cc2855d Create internal_database_functions.py
0f0e4ced Create Get_Fiber_Response.py
0f62f96d Merge pull request #32 from u-anurag/master
cfe84a02 Add Output database command
52ef2fa6 Update functions with object oriented definitions
e8c80ab1 Merge pull request #3 from zhuminjie/master
30b95f83 change docker folder name
6d7ba6ee change doc folder name
94dddb32 change folder name
c72bcd31 Squashed 'opensees/' content from commit 153a1830
d0e49203 Merge commit 'c72bcd315ac06c04c6961e8b258590aaa55e280b' as 'opensees'
bc1a47a4 update readme
2a0bf6bf Merge pull request #2 from zhuminjie/master
8cb59215 update readme
6b76a3eb update readme
07d6674f update readme
05f044d0 Merge commit '4bf81cff414b14aea00a01a27bd20aa1b3cdd5d8'
4bf81cff Squashed 'doc/' changes from f0f2a57..9a3a57a
e824ab09 update index
6d997588 add gitignore at root
05da7328 Squashed 'doc/' content from commit f0f2a57
6258e414 Merge commit '05da732833a05f0c23db5ea71a4ebc78dfa496a7' as 'doc'
78581a74 update readme
c3495008 add docker in readme
ab4a4391 Merge branch 'master' of github.com:zhuminjie/OpenSeesPy
3fc9b3b5 add docker
03cb4b05 Update README.md
ef4cd122 Create README.md
a9bb9bd0 move gitignore to pkg
fd56134f move all package code to a sub-folder pkg
7a53f2b8 test pre-release
6be4e700 push new version shipping with new libraries
959570f5 add no cache in test
6439a27f push a minor version
7e89826a test version
27470597 update install scripts
fe551d5d test version
bbb41a0c update readme
2eaae170 Merge pull request #20 from u-anurag/master
4815c3a5 Update Get_Rendering.py
c727c7fb add -y to uninstall
af7089bc update testing scripts
d804f38a remove option
300af162 use python as name
55da66f4 add install and test scripts
8cc5b25d update README
db00448b Added input to select show node and element tags
55617d43 "Automatic synchronization of github repo 04/21/2020 18:13:37"
7c7c3e43 remove build main
752568f4 move tests
62115f1c update version number to 3.2.0
325db074 add test for the package
e7035b40 add data file in setup.py
7499e252 update build_pip.py
7774a5ac update readme
7b46f21c purge postprocessing folder
84f1fbea update init file
af97c7f2 Adding preprocessing folder and DiscretizeMember function
21f7cf6b Merge pull request #1 from u-anurag/u-anurag-patch-1
c2c816a5 Fix indentation
06f07655 Merge pull request #16 from gaaraujo/master
9f54ac5f Merge branch 'master' into master
53570fcf fixed typos in plot_deformedshape
9d892ab6 Update Get_Rendering.py
e78b8f5e fixed typo in plot_deformedshape
9f5865a5 added functions for plotting deformed shapes
bcfd6c98 added functions for plotting deformed shapes
c9e25fb2 Added plot functions
59fc8629 Updated code to force inline, interactive plots
56151760 Show mode shape number and period
20d61e86 update build openseespy
48018a19 add script
4aec7812 build_pip
48a7cca9 update build_pip
737fd18d update build_pip
66349a00 update license
881b2c25 5.12
fe4d41a5 build_pip.py
57ee9fc3 fix bug in PlanarShearWall.py
a128fde1 update vscode
9f628ea2 version 3.1.5.11
9a578fa0 add tests
b3552e5b update version
41d77db7 Update Get_Rendering.py to plot 3D shell and solid elements
89baf419 reorder import statements
6c082b50 Procedure to display model and mode shapes
5b84e0b0 0.5.9
976e07aa updates
7cc2fe08 version 0.5.4
112a14df Update version = 0.4.2019.7
50c1ca74 Update version = 0.3.2019.6
596e26de Update ignore and setup.py
4c95e3cf Revert "change setup to multiple platforms"
b8a6dd16 change setup to multiple platforms
618a056a Merge pull request #3 from openseespy/travis-testing
4ca0d269 added travis ci file
a172039c v0.2.0
3bb28e84 Merge pull request #1 from s-m-amin-ghasemi/patch-1
39fb972e Update test_sanity.py
1564f700 Update test_sanity.py
d999edae v0.1.1
7a096282 pack dynamic libraries
87c74114 version 0.1.1 (automatically detects plaftforms and python versions)
76e15e1e 0.0.7
907c6168 remove library files
234e5730 version 0.0.6
7cd18042 version 0.0.5
3c10fc6f version 0.0.4
356363d5 add license
cd8906ad add openseespy.pyd
be57ee1a testing.
a40256c4 Update README.rst
ec284846 change gitignore
40800ba1 add opensees.so
41549c35 add requirements
81625f60 Update README.rst
e0db5657 add OpenSeesPy library
91298135 add readme
REVERT: ae6e39fc Merge pull request #732 from zhuminjie/getString
REVERT: 19c94860 Fix getString error after trimming end spaces
REVERT: 2f5bc77e Merge pull request #731 from zhuminjie/getString
REVERT: 49c82a4e trimming end spaces in getString but keep inner spaces
REVERT: e207987a Merge pull request #730 from mhscott/vstudio
REVERT: 743b3b89 Adding HarmonicSteadyState to VS project
REVERT: 7775d659 Merge pull request #727 from galvisf/master
REVERT: 411c3c6e Update classTags.h
REVERT: d675481d fkm - changing version number in OPS_Globals to 3.4.0
REVERT: 959070be fmk - putting an install directive
REVERT: 25e584fd fmk - changes fixing cmake warnings pointing to errors in code
REVERT: f157d090 Update SteelFractureDI
REVERT: 90257992 Merge branch 'OpenSees:master' into master
REVERT: 54dc40c1 fmk - updating CMakeLists
REVERT: 4b6b4cb1 Merge pull request #723 from sewkokot/harmonicSSintegrator
REVERT: abda5f0d Merge pull request #724 from Hanlin-Dong/master
REVERT: 602d5ceb HarmonicSS: use a load period instead of a circular frequency
REVERT: 43802772 Addinng a new uniaxialMaterial named DowelType
REVERT: 92d38a35 Add HarmonicSteadyState integrator to CMakeLists
REVERT: 13fa3db2 HarmonicSteadyState: cleanup, change the order of parameters
REVERT: 1d7a38d3 HarmonicSteadyState integrator: cleanup
REVERT: 4d924563 add HarmonicSteadyState integrator class, StaticInteg, LoadControl
REVERT: 282f2d52 Merge pull request #721 from MassimoPetracca/bugfix-aggregator-setResponse
REVERT: 96ea8d53 Update SteelFracture DI
REVERT: ca3a55ae fix setResponse and update mpco
REVERT: 090c0be3 Merge pull request #718 from MassimoPetracca/absorbing-boundary-update
REVERT: d083b116 improve output of setResponse
REVERT: 34d9b2d8 Update CTestRelativeTotalNormDispIncr.cpp
REVERT: 6d214886 Update CTestRelativeNormDispIncr.cpp
REVERT: e90fce96 Merge pull request #720 from mhscott/basicOutput
REVERT: 40eeb4cc Checking for double output to avoid seg fault
REVERT: f79c0ab6 Merge branch 'master' into absorbing-boundary-update
REVERT: cdc773f0 fmk - adding MPCO to OPS_Recorder lib in CMakeList
REVERT: da6a6adf fmk - update for conan, hdf5 and mac for openseespy
REVERT: d3eff477 Merge pull request #601 from MassimoPetracca/re-add-mpco-recorder-tcl
REVERT: 72471dad fmk - updating conanfile or HDF5, changes to CMakeLists for such, update the Conf.cmake
REVERT: e124611c fmk - updating CMake.conf
REVERT: f59a872f Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 22b5094c fmk - fixing Unix Dependency file for latest, CMake for HDF5
REVERT: b8173b6a adding check for conditional compilation (_HDF5)
REVERT: 3e0aabe5 make sure to use static link if _HDF5 is defined
REVERT: a469b59f Update InertiaTruss.cpp
REVERT: 52e1d7fa Merge pull request #716 from Xiaodong-Ji-THU/master
REVERT: 7f814047 Merge branch 'master' into absorbing-boundary-update
REVERT: d319e0c6 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: d1b3625a fmk - mod for UBUNTU
REVERT: 1bd0d0d3 fmk - fixing compile error
REVERT: feda33cd fmk - big fix on ndex in FourNodeTet
REVERT: ecddc0cc fmk - fixing check on numRemainigArgs in TFP_Baring
REVERT: c6ff6b6b fmk - bug fix, using wroung array indices in TFP_Bearing
REVERT: 4c7ecc49 fmk - bug fix in DispBeamColumn3dID.h, array declared was too small
REVERT: 9d438d70 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 8b724bab fmk - fixing code, references cannot be null
REVERT: d2cd62a5 Update PathSeries.cpp
REVERT: 8c38c2d7 Merge pull request #717 from san-zhang94/master
REVERT: 79bae320 Add files via upload
REVERT: c1b3546d Add files via upload
REVERT: fc93ed4f fmk - updating CMakeLists.txt in OpenSees for new targets, etc in other CMakeLists files, updating connafile.py to use Tcl8.6.11
REVERT: 077af517 fmk - changes to CMakeLists files in various dir .. adding files, new targets, switching files between targets
REVERT: ea1a5969 fmk - all element dir now adding files to OPS_Element lib instead of individual libs
REVERT: 5e560569 fmk - changing CMakeLists in OTHER dir, not creating seperate projects now, just libraries that are used in OpenSees/CMakeLists.txt
REVERT: 6f1e4078 fmk - changes to ARPACK makefile for new files
REVERT: 6f92f8f5 fmk - new CMakeLists for Triangle and tetgen
REVERT: d9536814 fmk - changes to original code to fix compile errors
REVERT: af5765c9 fmk - new files in ARPACK to fix compile errors
REVERT: 2f038844 fmk - misc fixes to code to fix warnings from compilation
REVERT: 6ded71d9 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 5cf7ce10 fmk - adding _HDF5 define areound MPCO recorder
REVERT: 85543c42 fmk - adding CMakeLists in SRC/reliability
REVERT: 79c08455 Merge pull request #712 from mhscott/multilinear
REVERT: a7a227da Merge branch 'master' into multilinear
REVERT: 7e09614f fmk - fixing define
REVERT: 6672e6ad Merge pull request #711 from parduino/master
REVERT: 3b3547c2 Merge pull request #28 from OpenSees/master
REVERT: bd102936   Fixing SSP elelemts - adding getClassType class
REVERT: e0b9f9d6 Merge pull request #710 from mhscott/pyTransfTags
REVERT: 04bfdca4 Adding getCrdTransfTags to Python
REVERT: e7d0a198 update
REVERT: c84daca1 add parameters to update and record them for checks
REVERT: 7d70f4aa Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: dba6384a Merge pull request #706 from amaelkady/master
REVERT: 6b046c18 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: aa9970e1 Update IMKBilin.cpp
REVERT: 5d7b28fc IMKBilin material updates
REVERT: b32a57b3 IMKBilin material updates
REVERT: cd5cb859 IMKBilin material update
REVERT: c449d07d Merge pull request #705 from jaabell/master
REVERT: c95871b8 Added return value for OPS_getAllCrdTransfTags
REVERT: 3700438f implements OPS_getAllCrdTransfTags in CrdTransf.h to return a list of tags for all declared CrdTransf objects
REVERT: fc3c6da1 Merge pull request #27 from OpenSees/master
REVERT: 51b3b843 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 395c576b Merge pull request #703 from sewkokot/addNdfAndNdmToPython
REVERT: 505dc03a Merge pull request #704 from MassimoPetracca/fix-cmake-steeldrc
REVERT: 0d1a875c Update CMakeLists.txt
REVERT: 3034f1cd Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: e041113f Add getNDM output command to OpenSeesPy
REVERT: 550bd43e fix the getNDF Python command
REVERT: 48a8b3a0 Add getNDF output command to OpenSeesPy
REVERT: 0997fd82 fix error messages of getNDF and getNDM tcl commands
REVERT: 0a61be70 Merge pull request #702 from mhscott/vstudio
REVERT: f991f220 Adding SteelDRC to VS project and changing abs to fabs
REVERT: 01381169 fmk - FileStream and integer output, fixes print .. but may cause other issue as it was there for a reason
REVERT: 2ca26cf6 fmk - updating Makefile and CMakeLists for SteelDRF
REVERT: 62064bca fmk - changing cmath to math.h in SteelDRC for isnan()
REVERT: 684cbf8e Merge pull request #700 from rpcarren/master
REVERT: ef87b2e2 Merge pull request #698 from sewkokot/master
REVERT: 8f2025a8 Rodrigo Carreno - Adding new SteelDRC material model
REVERT: 2f994246 Merge remote-tracking branch 'upstream/master'
REVERT: 9ba82f11 Add getNodeLoadData output command
REVERT: e68925ba Update getData function for NodalLoad
REVERT: 4f7f3b3d Add getNodeLoadTags output command
REVERT: 842b4d76 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 1c1a4bb5 Merge pull request #697 from MassimoPetracca/fix-cmake-build-sanisand
REVERT: fd40bcb4 fixing cmake build for uandes materials
REVERT: 4093320d Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: d40ccc71 Merge pull request #693 from mhscott/master
REVERT: 5c4cabca Adding ANDES materials to VC++
REVERT: 7bb6bb13 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
REVERT: 063d7e2b Merge pull request #687 from jaabell/master
REVERT: e80a58b5 Merge branch 'OpenSees:master' into master
REVERT: 2da8fe28 removed the deprecated flags
REVERT: e830ef80 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: d0a74ae8 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
REVERT: fcf40e86 Update J2BeamFiber3d.cpp
REVERT: b3e0a3db Update J2BeamFiber2d.cpp
REVERT: ff778fb8 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
REVERT: 0ca80f12 Merge pull request #691 from mhscott/hssSection
REVERT: 5e8c696b Adding HSS section integration to workspace
REVERT: a7ff7a9d Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
REVERT: 1dbbef56 Merge pull request #690 from mhscott/hssSection
REVERT: f82b8e58 Moving interpreter command to OPS function in HSSSectionIntegration.cpp
REVERT: 02b8e55b Merge branch 'master' into hssSection
REVERT: 2e525ce1 Merge pull request #689 from mhscott/noExit
REVERT: 298bab93 Checking material pointer in state determination
REVERT: 8f3dedd2 Checking material pointer in state determination
REVERT: 2a06a088 Checking material pointer in state determination
REVERT: 285778c8 Removing exit call
REVERT: 1104d3aa Checking material pointer in state determination
REVERT: 147401b3 Merge branch 'master' into hssSection
REVERT: 444f2487 Revert "Removing exit call"
REVERT: 9910f924 Revert "Removing exit call"
REVERT: 44db7c2d Merge branch 'master' of git://github.com/OpenSees/OpenSees into noExit
REVERT: ec7e87c2 Update Trilinwpd.cpp
REVERT: 5ea4b7e9 Merge branch 'master' of git://github.com/OpenSees/OpenSees into noExit
REVERT: 4c9b88a7 Update SimpleFractureMaterial.cpp
REVERT: a32f6fb5 Revert "Removing exit call"
REVERT: 6e543330 Revert "Removing exit call"
REVERT: af6fae54 Removing exit call and checking for null material pointer
REVERT: 9bca0703 Changing return statements
REVERT: 142689fb Removing exit call and checking for null material pointer
REVERT: 8905f5bb Removing exit calls
REVERT: 616064e4 Removing exit call in recvSelf
REVERT: 54f5b7a8 Removing exit call
REVERT: 0aa0132f Small fix in recvSelf
REVERT: ac493508 Removing exit call
REVERT: 62dac868 Removing exit call
REVERT: 4460da44 Removing exit call
REVERT: 7ca33e42 Removing exit call
REVERT: 62f930aa Removing exit call
REVERT: e536c2e4 Removing exit call
REVERT: aaf4f3c1 Removing exit call and small fix in recvSelf
REVERT: 8a2666c8 Sharing SAniSandMS with the world
REVERT: ffb3dba3 Merge pull request #26 from OpenSees/master
REVERT: 4937d76f Rodrigo Carreno - Adding new SteelDRC material model
REVERT: 9b56011d Merge branch 'master' of git://github.com/OpenSees/OpenSees into hssSection
REVERT: e334d107 Merge branch 'master' of git://github.com/OpenSees/OpenSees into master
REVERT: d1c50b84 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 4491b195 fmk - updating EC2-UBUNTU Makefile.def .. adding -fallow-argument-mismatch to FFLAGS for latest fortran compiler and very old fortran code
REVERT: 6d8bdc65 Merge pull request #684 from MassimoPetracca/add-zero-length-implex-contact
REVERT: 252a61b8 Merge pull request #611 from amaelkady/master
REVERT: b6266149 Update IMKBilin.h
REVERT: 49b48334 Update IMKBilin.cpp
REVERT: 217bf628 Adding HSS command to interpreter
REVERT: 3523b235 Merge branch 'hssSection' of https://github.com/mhscott/OpenSees into hssSection
REVERT: 26a1d58b Update HSSSectionIntegration.cpp
REVERT: 6e31840f Merge branch 'master' of https://github.com/OpenSees/OpenSees into hssSection
REVERT: 0c397490 Merge branch 'OpenSees:master' into hssSection
REVERT: 757d82db Merge pull request #682 from zhuminjie/mpiinit
REVERT: 0b024169 Merge pull request #685 from claudioperez/contrib-src
REVERT: a08f1b2c Merge branch 'master' into hssSection
REVERT: d2a4aeac cmp - Do not link found tcl when conan has been run.
REVERT: 09546daa Merge pull request #683 from mhscott/sectionTags
REVERT: abaebb88 Allowing different section tags for distributed plasticity beam integrations
REVERT: fa2f9732 check if mpi is inited
REVERT: ec25ba7b Update HystereticMaterial.cpp
REVERT: 4d7266da Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 65256672 fmk - fixing math includein ASDAabsorbingBC files
REVERT: 63d816fe Update HystereticMaterial.cpp
REVERT: 7d410d4e Merge pull request #676 from MassimoPetracca/inertia-truss-visual-studio-filters-messed-up
REVERT: cf8780aa Update ZeroLengthContactASDimplex.cpp
REVERT: 621ec52a Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 13ababf6 Update CMakeLists.txt
REVERT: 8caadf7b Merge branch 'master' into add-zero-length-implex-contact
REVERT: e82f8862 Merge pull request #680 from mhscott/mixedBeamColumn
REVERT: 077f35a3 Adding section displacement to element recorder
REVERT: 0dfbf52e Update StaticAnalysis.cpp
REVERT: ccf9ada7 Update MPCORecorder.cpp
REVERT: 4bea5a47 Merge pull request #678 from claudioperez/contrib-src
REVERT: 1af028d1 cmp - fix verification workflow
REVERT: b9baf3fb cmp - add verification suite to gh workflow
REVERT: c709c36a cmp
REVERT: 2e75f37b cmp - add github build on master PR
REVERT: ff6424bd cmp - adding new elements to cmake
REVERT: 5e7f9eca Update element.vcxproj.filters
REVERT: 8e5b6a06 renaming
REVERT: aa691128 Update commands.cpp
REVERT: c65a94a1 Update OpenSeesOutputCommands.cpp
REVERT: 8b16d882 Merge pull request #674 from MassimoPetracca/fix-large-if-elseif-blocks
REVERT: b4a7cc87 Merge pull request #673 from MassimoPetracca/inertia-truss-added-to-makefile
REVERT: 09bda8b0 Merge pull request #672 from MassimoPetracca/add-asd-absorbing-boundary
REVERT: 70fa4c67 minor updates
REVERT: ac07745e update for hdf5 version 1.12.0 - first commit
REVERT: 2e2210a8 invalid initialization of non-const reference of type ‘Vector&’ from an rvalue of type ‘Vector’
REVERT: 5a8fc240 add intertia truss to makefiles
REVERT: 693dad95 Merge branch 'master' into add-zero-length-implex-contact
REVERT: f63ae976 Merge branch 'master' into add-asd-absorbing-boundary
REVERT: 78904816 Merge branch 'master' into fix-large-if-elseif-blocks
REVERT: 3c485140 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 2d04c178 Update ASDAbsorbingBoundary2D.cpp
REVERT: c2a41216 update penalty in 2d
REVERT: 4ff03146 Merge pull request #619 from Xiaodong-Ji-THU/master
REVERT: 0ba9f78c Merge pull request #671 from mhscott/tdconcrete
REVERT: 7ecabd2d Adding class tags to TDConcrete models
REVERT: e687cbf3 handle distortion in 3d elements
REVERT: b15c9409 Merge branch 'master' into hssSection
REVERT: ec812d91 Merge pull request #670 from sewkokot/fixImportErrorMPCOrecorder
REVERT: 3083df6c add MPCORecorder to Makefile to fix error on linux
REVERT: 9af25563 Merge branch 'master' into master
REVERT: 72fd61f1 Merge pull request #669 from claudioperez/contrib-src
REVERT: 59ac65e1 Update CMakeLists.txt
REVERT: 06f1ddd5 cmp - rename TOOLS directory
REVERT: 88020819 cmp - change windows pkg management to conan
REVERT: 700c4261 cmp - minor clean
REVERT: ba8aab43 cmp - clean recorder/CMakeLists.txt
REVERT: b9d2b769 cmp - remove failing win build
REVERT: 3f54ec3b cmp - reorganize renderers
REVERT: a7d25d89 cmp - merge contrib-src
REVERT: e102a022 cmp - clean cmake file
REVERT: 42bcdc55 cmp - dependency file default to sys tcl
REVERT: fd04bb41 Merge branch 'contrib-src' into cmake-build
REVERT: 19e2603e cmp - clean compile flags
REVERT: 67e4f975 cmp - merge origin and upstream
REVERT: 613c342d cmp - make conan optional, rename ETC/
REVERT: 9adc950a cmp - rename ETC/ dir to standard TOOLS/
REVERT: adbdc8bf Update CMakeSettings.json
REVERT: e2d4d303 cmp - reduce min. cmake version
REVERT: c085d48e Update Makefile
REVERT: 61d59972 Update TclModelBuilderUniaxialMaterialCommand.cpp
REVERT: c3047060 updatetags
REVERT: 7e2d6b65 update 3d
REVERT: e471c0ae Merge branch 'master' into add-zero-length-implex-contact
REVERT: c4f6e899 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: e19aa704 Merge branch 'master' into hssSection
REVERT: 0b679a2c Update Renderer.h
REVERT: 283c98c2 Update MultipleNormalSpring.cpp
REVERT: 872f2c47 Adding HSS section integration to Makefile
REVERT: 1bc12b97 Adding HSS section integration to make and cmake
REVERT: 97049673 Adding class tag for HSS section integration
REVERT: 5ba80bc9 Initial (untested) implementation of HSS section integration
REVERT: 8fbc636c fmk - adding conan to CMakeLists, need to remove TCL and mySQL stuff that was existing
REVERT: f7d3c40e Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: da242206 cmp
REVERT: 2a10dd21 fmk - changes for clang aor c17 standard
REVERT: f727e40a cmp - conan works
REVERT: 8fed58c6 fmk - updating code for c++17
REVERT: df1efce1 Merge branch 'master' of https://github.com/opensees/OpenSees
REVERT: 8d906fd4 fmk - adding conanfile
REVERT: b615b763 fmk - adding conan file
REVERT: 9f5f059a Merge branch 'claudioperez-contrib-src'
REVERT: 6b493398 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: c9d1f28c cmp add conan to cmake
REVERT: 3a118907 Update CMakeLists.txt
REVERT: 8bb84fb1 cmp -  update umfpack/csparse paths for win32 build
REVERT: 21cb41e0 cmp - remove StressDensityModel.cpp from cmake build
REVERT: e6381f95 cmp - remove HardeningMaterial2 from cmakelists
REVERT: 9e9f58ca cmp - make PML fortran sources priv in cmake
REVERT: 59782371 cmp - move FMK files to special FMK.cmake
REVERT: c9c997d2 cmp - begin win32 build action
REVERT: cc91c03a cmp - cleaning cmake changes
REVERT: 451aef76 add CMakeLists for DEV cpp truss
REVERT: 572fa2cc cmp - create FMK.cmake
REVERT: 47c2e931 cmp - rename build
REVERT: 3d85357e cmp - add DEV dir option to cmake
REVERT: 3bc29401 cmp - specify parallel build
REVERT: b25585ef cmp - install tcl-dev on ubuntu CI build
REVERT: 0086256b c
REVERT: 8c4e9e1a cmp
REVERT: 53f26d5a cmp - separate uses/run
REVERT: 23692951 cmp - add "uses" to action
REVERT: 4d0df2f5 cmp - add checkout command to workflow
REVERT: 2f1505aa cmp
REVERT: 6cfca464 cmp ;
REVERT: c44918bf cmp
REVERT: 0f24e8b4 cmp - add github action
REVERT: afbf8a21 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
REVERT: 729ab4d2 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: b90dc320 fmk - adding file to Makefile
REVERT: a1ef32e8 fmk - include changes and formatting
REVERT: 97c2ee07 fmk - adding new element
REVERT: 193d18d4 Merge pull request #667 from mhscott/dbnl3dinitialK
REVERT: 11e942bb Fixing initial stiffness calculation
REVERT: 8d001fd5 cmp - cleaning
REVERT: 043328d2 cmp - add header to cmake files
REVERT: a63e7166 cmp
REVERT: 34a3b7d2 cmp - clean cmake changes
REVERT: 4a735a02 cmp - clean cmake changes
REVERT: d2303bdd cmp - clean whitespace changes
REVERT: aebe2ecc cmp - clean cmake sources changes
REVERT: cf4371cc cmp - remove fedeas uniaxial from default build.
REVERT: a2573857 cmp - clean fedeas damage files
REVERT: c80266c0 cmp - add changes from meeting
REVERT: b5bf59d0 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
REVERT: 9039f7cc Merge pull request #664 from jaabell/master
REVERT: d89ca45d Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: 9396552c cmp
REVERT: 547d78d3 Merge branch 'contrib-src' of https://github.com/claudioperez/OpenSees into contrib-src
REVERT: 7802fd25 Update CMakeLists.txt
REVERT: 1bb747bd Update OpenSeesDependenciesWin.cmake
REVERT: 9a510bd4 cmp
REVERT: 4a1b2045 cmp
REVERT: 95af334b cmp - clean cmake changes
REVERT: 5a453d7d cmp - clean cmake changes
REVERT: 3603825e Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: f4207e65 Merge pull request #6 from claudioperez/dmglib
REVERT: 0fed56ba cmp - clean cmake files
REVERT: 289594c4 cmp - clean cmake files
REVERT: e964a5cc cmp - create itpack cmake
REVERT: 076a6124 cmp - add banner to OTHER/CMakeLists.txt
REVERT: 26af02ad cmp
REVERT: 3dec3288 cmp - add new elems to CMake
REVERT: 65b8e52e Merge pull request #665 from mhscott/sectionTags
REVERT: 28b41517 Adding section tags option to set/getResponse
REVERT: 381dd836 cmp - working PFEM build
REVERT: 9b19b070 Merge branch 'master' into master
REVERT: 6304c6ef Adding sectionTag command implementation and modifying point and weight commands to return lists
REVERT: a6576faf Adding sectionTag command to Python interpreter
REVERT: 0992dd9b initial commit for 3d
REVERT: d072b606 done-2d
REVERT: b83735a4 Includes PETSC in the build if the HAVEPETSC=YES flag is enabled in the makefile.def
REVERT: 4aa213b9 Fixes outstanding merge messages remaining in the H5DRM source
REVERT: 2a1c59f9 Fixes clash of Vec type defined in RockingBC.h:64 with definition in petsc.h that occurs when you enable petsc with the _PETSC compiler flag.
REVERT: 43054b54 Merge pull request #663 from mhscott/elementEnvelope
REVERT: 5ed7de81 Using OPS_GetStringFromAll for envelope element recorder
REVERT: 4cfcf7b5 Update Newmark.cpp
REVERT: 2315cdca Update ASDEmbeddedNodeElement.cpp
REVERT: b57156b7 Merge pull request #662 from zhuminjie/domainCommit
REVERT: a4bfc172 domainCommitTag can set commit tag
REVERT: a62ff7a8 add domainCommitTag command in Python
REVERT: 52f6ac3d Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
REVERT: 4de0badc cmp - add fedeas damage lib
REVERT: 587e9449 Update ExpressNewton.cpp
REVERT: 80b5220b Update commands.cpp
REVERT: 8fe32df7 Merge pull request #658 from mhscott/expressNewton
REVERT: dac017b6 Adding OPS function and Python command for ExpressNewton
REVERT: dedf71ed Merge pull request #657 from mhscott/stressDensity
REVERT: 90386572 Removing unnecessary stressDensity files from VS project
REVERT: 9ce84938 Removing unnecessary stressDensity files from VS project
REVERT: 47cd8f75 Merge pull request #655 from ambaker1/noheader
REVERT: 32acc6c3 wk-1-before-renumb
REVERT: d30574f2 Merge remote-tracking branch 'origin/dmglib' into contrib-src
REVERT: d0e64799 Create CMakeSettings.json
REVERT: d945a667 first commit
REVERT: 1665e9c4 Added -noHeader command line option for OpenSees
REVERT: 678f2962 first-setup
REVERT: 9306cee3 Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
REVERT: dedacda5 cmp
REVERT: 98c79f8c cmp
REVERT: 0a0993b8 Merge branch 'master' into add-zero-length-implex-contact
REVERT: c6d4a2b5 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 8ad34261 Merge pull request #5 from claudioperez/dmglib
REVERT: 7d835181 Merge branch 'contrib-src' into dmglib
REVERT: 0dbf618f Merge pull request #654 from mhscott/vstudio
REVERT: c0c1c5da Adding QzLiq1 to workspace
REVERT: c3e5550f Merge pull request #651 from SumeetSinha/master
REVERT: e07b1f11 Merge branch 'master' into master
REVERT: 2b48cf65 Merge branch 'master' into add-zero-length-implex-contact
REVERT: 34b61d5b Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 6602bf01 Merge pull request #653 from MassimoPetracca/fix-SteelFractureDI-classTag-and-VS-filters
REVERT: d8d935f7 Fix Tag and VS filters
REVERT: 84911e50 Merge branch 'master' into add-zero-length-implex-contact
REVERT: 4faddd72 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 8a6e4a88 cmp - remove stress density material
REVERT: 7cc5ee81 Added QZLiq uniaxial material that model's tip capacity of a pile in liquefiable soils
REVERT: 487fba7f cmp - remove OPS_ASDEA target
REVERT: 735a5776 Update CMakeLists.txt
REVERT: d6f8b8e2 Update CMakeLists.txt
REVERT: dbac49a4 cmp - add bundled AMD
REVERT: 494ad902 Merge pull request #650 from mhscott/steelDImakefile
REVERT: ccde10ec Adding SteelFractureDI to Makefiles
REVERT: a7025295 Merge pull request #645 from siwalan/master
REVERT: 8124d42b Merge pull request #640 from jotru/master
REVERT: 8e906e1c Merge pull request #637 from MassimoPetracca/add-asd-ceq-element
REVERT: 54530df6 Merge pull request #634 from galvisf/master
REVERT: 9d112b8b Merge pull request #604 from ambaker1/printAB-return
REVERT: 5a070d9b Update BraceMaterial.cpp
REVERT: 9d00131a Merge pull request #649 from mhscott/eleType
REVERT: f71f633d Adding Python versio of eleType command
REVERT: b5a0d5f6 cmp
REVERT: d1cfc1ec ss
REVERT: a45d3ab7 Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
REVERT: c9dfb38b cmp - make bessel linkage consistent
REVERT: 8aab12b4 cmp - simplifying options
REVERT: 11db95a1 cmp - windows dependencies
REVERT: 94ea89a9 cmp - change extension .C to .c for non CXX
REVERT: 4cca4180 cmp - clean out unused cmake files
REVERT: 10b12946 cmp - move PlainMap to OPS_Renderer
REVERT: 862318a0 Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
REVERT: 6a417fe1 cmp - s/_OPS/OPSDEF/
REVERT: ca3f758d Merge branch 'dmglib' of https://github.com/claudioperez/OpenSees into dmglib
REVERT: 0c56435d cmp - mod cmake for windows.
REVERT: 31669051 cmp - remove lead underscore in new macros
REVERT: 165c285d cmp - add masonry to CMake.
REVERT: fa5fd63b cmp - fix merge conflict in/CMakeLists.txt
REVERT: 76db0ef8 Merge branch 'master' of github.com:OpenSees/OpenSees into dmglib
REVERT: 41499c71 cmp - Remove g3 targets
REVERT: f35780f0 cmp - remove damage code
REVERT: 9d35c629 Merge branch 'OpenSees:master' into master
REVERT: 1822e11e Update on SteelFractureDI.cpp
REVERT: 92ec1849 Update Makefile.def.Ubuntu20.04
REVERT: 3397ee76 Update Makefile.def.Ubuntu20.04
REVERT: d4e7e5f3 Merge pull request #644 from mhscott/concrete02
REVERT: dd9a028a Adding overloaded constructor for Concrete02 and Concrete02IS
REVERT: 16fc248b Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: a89a64e0 cmp - update CMakeLists
REVERT: e3420342 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib-src
REVERT: 4c57e6d5 Merge branch 'master' of github.com:OpenSees/OpenSees into dmglib
REVERT: ce7cd4e0 K. Mackie - adding set/updateParameter for multi-linear material
REVERT: e3b4eaa7  Added OPS_command for PySimple2 and TzSimple2
REVERT: 998e90e6 added pysimple2 and tzsimple2 jo
REVERT: 837bdd34 added pysimple2 and tzsimple2 jo
REVERT: bd0e8c65 added pysimple2 and tzsimple2 jo
REVERT: b5ad930d cmp -remove G3 targets
REVERT: 9b533e74 shift class tag
REVERT: 5995d782 update class tag in developer
REVERT: 62e83512 Merge branch 'master' into add-asd-ceq-element
REVERT: 2d9c6c27 update class tag in developer
REVERT: 8f39a512 Merge branch 'master' into add-zero-length-implex-contact
REVERT: f0861e65 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: 5921f8ca Merge branch 'master' into master
REVERT: 1233e771 Merge pull request #635 from mhscott/fpbearing
REVERT: 7b50533d Adding set/updateParameter
REVERT: 7c72251b Merge branch 'OpenSees:master' into master
REVERT: 590bb635 Merge pull request #600 from MassimoPetracca/improve-output-1gp
REVERT: bfe46225 Merge branch 'master' into master
REVERT: 6b34d61f Merge pull request #624 from dxl9838/asymSection
REVERT: fa8d81a4 add SteelFractureDI uniaxial material
REVERT: e509a688 cmp - add TCL85 def
REVERT: 3e4ada79 add CMake_Questions.md
REVERT: 7c1b434f work on model builder
REVERT: ea4ef8c1 Merge pull request #632 from mhscott/vstudio
REVERT: 9b777fec Updating visual studio project files
REVERT: e61e8093 Merge pull request #631 from mhscott/chebyshev
REVERT: ac5efeed Merge branch 'master' into chebyshev
REVERT: 94b8188d Merge pull request #630 from mhscott/sectionSetResponse
REVERT: 46966e53 Merge branch 'smaMaterial' into sectionSetResponse
REVERT: 83ae7cbb Adding SMA material
REVERT: 330669e1 Merge branch 'smaMaterial' into sectionSetResponse
REVERT: cf8c366e Some clean up with setResponse/getResponse
REVERT: 6af5bb69 Removing unused section/.o files
REVERT: 99848da9 Instantiating an instance of FiberSection2d inside getResponse is not going to stay in the code
REVERT: 72d170e4 Merge branch 'master' into chebyshev
REVERT: 96cb7ab7 Merge branch 'master' into smaMaterial
REVERT: 60825404 Merge pull request #629 from mhscott/hystereticParameter
REVERT: c065a1c8 Adding set/updateParameter
REVERT: 4bd0dec3 cmp - refining TCL libs
REVERT: e43829c4 X. Du - Clean the code of the OPS API functions for Tcl
REVERT: ae177ce7 X. Du - fix bugs in the OPS API functions for Tcl
REVERT: ae309171 Merge pull request #628 from mhscott/fiberRecorder
REVERT: 5eb06e12 Making fiber setResponse work with SectionIntegration
REVERT: b75acf6f Merge branch 'master' of https://github.com/galvisf/OpenSees
REVERT: e32cc346 add SteelFractureDI uniaxial material
REVERT: 8767a45b cmp - Remove OBJECT in Fortran lib defs
REVERT: 14e22934 Merge pull request #627 from mhscott/mamposteria
REVERT: 0a24f0e9 Correcting author attributions
REVERT: 36026b0b Merge pull request #626 from mhscott/mamposteria
REVERT: 44599707 Adding contributor list for masonry elements and materials
REVERT: 7f5caf5a Merge branch 'master' into mamposteria
REVERT: f89234e2 experimenting with lib visibility
REVERT: 06ad00db specify fortran differently
REVERT: 91c87bae cmp - back and forth with win
REVERT: 7543276f fix Fortran CMake
REVERT: bd018c32 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: 0c094008 minor formatting
REVERT: f0151315 X. Du - change how FiberSectionAsym3d handles torsion
REVERT: 472be16d X. Du - make it consistent to pull request #142
REVERT: 7070e396 cmp - More polishing of CMake options
REVERT: 96036651 cmp - create CMake config for conda
REVERT: 9472fa74 cmp - merge Win with Unix changes
REVERT: e69d316e cmp - remove tabs
REVERT: fbffc351 cmp - fixing arpack cmake
REVERT: 5abc8b58 cmp - Windows-specific build sys
REVERT: 7ce30864 temp
REVERT: c82ff42d Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: 8190ef12 cmp
REVERT: 3a1dc4ad cmp - CMake formatting
REVERT: efd24d8a cmp - polishing
REVERT: 3dd06bc0 cleaning, remove make-style variable refs in CMake files
REVERT: 05e343d5 cmp - more CMake polishing
REVERT: 53a67d0d cmp - cleaning Conf file
REVERT: 104c8084 Merge branch 'contrib-src' of github.com:claudioperez/OpenSees into contrib-src
REVERT: 00ca972f cmp - implement extension processing
REVERT: 2ca8d489 cmp - cleaning bundled CMake files
REVERT: a521e40b cmp - merge upstream
REVERT: f372ce6d cmp - Merge origin
REVERT: 88a95d01 cmp - clean CMakeLists.txt
REVERT: cb27ff49 Merge pull request #622 from mhscott/gradientBC
REVERT: c5a1a093 Merge branch 'master' of https://github.com/OpenSees/OpenSees into gradientBC
REVERT: 08ee0947 Update Elliptical2.cpp
REVERT: d09a79ca Update FiberSection3d.cpp
REVERT: cc4dcd49 commit a new InertiaTruss element
REVERT: 322ae817 Merge branch 'contrib-src' of https://github.com/claudioperez/OpenSees into contrib-src
REVERT: 9a6b7c71 cmp - separation of Fortran files
REVERT: 8fcd1518 cmp - removed glob in OPS_Tcl target
REVERT: 4f0610de cmp - separate Fortran in G3_SysOfEqn
REVERT: ede6cccf cmp - fix fortran material lib to compile on *nix
REVERT: 262efe06 Merge branch 'contrib-adapter' of https://github.com/claudioperez/OpenSees into contrib-src
REVERT: af56eaa5 cmp -  moved inclusions of `f2c.h` to after `math.h`.
REVERT: 5ca95bb1 cmp - fixed broken call to Adapter element constructor
REVERT: 5f8949cb Merge remote-tracking branch 'upstream/master' into contrib-src
REVERT: 860640fa cmp - separate out X11 renderer for Win build
REVERT: 5b63eb10 cmp - separate out Fortran files for MSVC builds
REVERT: 310f9170 cmp - modify scope of `opensees_load` returns
REVERT: faed0f4b cmp - rename dependency cmake file
REVERT: e8020b92 cmp - wrapped paths in quotes
REVERT: 0ca41688 Update OpenSeesOutputCommands.cpp
REVERT: ff5b86b0 Update MixedBeamColumn3d.cpp
REVERT: d974a384 Update MixedBeamColumn2d.cpp
REVERT: 4213ba9f cmp - fix CMakeLists for SuperLU/ARPACK; add FindAMD.cmake; minor reorganizing
REVERT: 7e6a22dd cmp - fix opensees_load not returning lib/include vars
REVERT: f38baa78 cmp - minor developments with CMake
REVERT: 05c0ed35 cmp - fix tcl path in CMakeLists
REVERT: 3bf99fe4 cmp - init contrib-src branch
REVERT: ee852331 cmp - CMake successfully builds OpenSeesTcl on Linux
REVERT: 1d33cf87 cmp - pulling renderer cmake
REVERT: 124499ef cmp - create renderer cmake.
REVERT: 5e387dba Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
REVERT: b93d5bcc cmp - revert glob includes, now use SRC and OTHER
REVERT: c338855f cmp - change temp glob include to search at project root
REVERT: 8d23b08a cmp - missing "logical" and friends; included f2py
REVERT: 597b8021 cmp - checkpoint for CMake system.
REVERT: 200b4d97 cmp - creating CMake lists for bundled libs
REVERT: ca77a3e1 cmp - pull upstream master
REVERT: c2879320 cmp - adding ifdefs for CMake build
REVERT: 5051ed91 Merge pull request #615 from mhscott/elementRecorder
REVERT: 2712a25b Fixing element recorder parsing
REVERT: 8b38c01a Merge pull request #614 from mhscott/explicitDifference
REVERT: 67200404 Adding ExplicitDifference to Tcl
REVERT: da3f8410 Update Makefile
REVERT: 698db0d1 Merge pull request #612 from parduino/master
REVERT: 214884d6 Merge pull request #25 from OpenSees/master
REVERT: df8a33b8 orrections to J2CyclicBoundingSurface Model
REVERT: a8bdfeb3 Merge branch 'master' into smaMaterial
REVERT: 2ee657e4 Adding masonry files to VStudio projects
REVERT: 727beff5 IMKBilin fix
REVERT: ba95cb3c Changing destructor calls
REVERT: 868cd24f Merge branch 'master' into mamposteria
REVERT: 7370cf08 Update CapPlasticity.cpp
REVERT: 7c0a056d Merge pull request #610 from mhscott/setResponse
REVERT: 78aff5aa Chaning setResponse signature
REVERT: 8530959f Chaning setResponse signature
REVERT: 3a4ddabe Changing setResponse signature
REVERT: 73dc8a41 Changing setResponse signature
REVERT: 61aff9b0 Changing signature for setResponse and calling base class defaults for set/getResponse
REVERT: a98614e7 Merge branch 'master' into mamposteria
REVERT: 8d322f06 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: fb6cba70 Merge pull request #609 from mhscott/dxl9838-master
REVERT: 977c817a Merge branch 'dxl9838-master'
REVERT: ed05a90e Fixing OPS_GetStringCopy and lower/upper case in OPS_g/Get
REVERT: edb484e8 Moving class tag definition
REVERT: 2c12cf02 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: b48d5c36 cmp - temporarily glob include dirs
REVERT: 1ae821e6 cmp - add new CMake file
REVERT: 34efd55a cmp - update CMake files.
REVERT: 79f62e92 Merge branch 'master' into mamposteria
REVERT: 24542b4f cmp - several new CMakeLists
REVERT: 294aa800 cmp - add more missing CMakeLists in material/uniaxial
REVERT: d4f4d3b5 cmp - link selected elements in CMake
REVERT: 88f2dd73 cmp - CMakeLists for materials
REVERT: 1b1a2948 cmp - Creating missing CMake files
REVERT: 0405efb8 cmp - cleaning CMake conf
REVERT: c882c12b cmp - CMake materials
REVERT: 93c96f5f cmp - polishing CMake conf file
REVERT: d987e693 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
REVERT: 6a67a6db cmp - developing cmake system
REVERT: 0bf1e0e3 Merge branch 'master' of github.com:claudioperez/OpenSees into contrib
REVERT: 63bf35cc cmp - add new function to OpenSeesFunctions.cmake
REVERT: fc9593cd cmp - developing CMake system
REVERT: 46cde76b Update commands.cpp
REVERT: b556a14e Merge pull request #602 from OpenSees/revert-594-material-tests
REVERT: 6947d623 Revert "Material testing commands"
REVERT: 24361e38 Merge pull request #594 from ambaker1/material-tests
REVERT: bb49c990 wrong XML tags with non-supported result + bugfix in tetrahedron
REVERT: e916849f Merge branch 'master' into add-asd-ceq-element
REVERT: 1a9e2912 Merge branch 'master' into add-zero-length-implex-contact
REVERT: 27134b7d Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: da158a5b cmp - developing CMake system
REVERT: 44cdc6d8 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: cf0c5d9f cmp - working on CMake system
REVERT: dac9d6e7 cmp - clean ETC
REVERT: 2af90b45 cmp - fix symlink
REVERT: c390b2d1 cmp - working with cmake
REVERT: f8917d30 Merge branch 'master' of github.com:OpenSees/OpenSees into contrib
REVERT: afe55a88 Merge pull request #597 from ambaker1/python-include-directories
REVERT: 5228f4db Update OpenSeesPy.vcxproj
REVERT: 2ddcaf07 Merge branch 'master' into material-tests
REVERT: f43b0664 Update commands.cpp
REVERT: 6bac073f Update OpenGlRenderer.cpp
REVERT: c44da3de Update TclFeViewer.h
REVERT: 3378a0a6 Update Example1.1.py
REVERT: ec74c3b7 Update Example1.1.tcl
REVERT: 1dcb671a cmake
REVERT: f478f28c Merge pull request #2 from claudioperez/contrib
REVERT: af2fc84a Added wipe support to python version
REVERT: 8e53d9ac Update OpenSeesMaterialTestCommands.cpp
REVERT: 4313dfe4 Implemented in Python
REVERT: bef86839 Merge pull request #584 from ambaker1/display_line_width
REVERT: c18cb6a8 Merge pull request #593 from mfernba/spcorrections
REVERT: 8f77f61e Initialize variable in default constructor. Error in recvSelf.
REVERT: 84495585 Comment debug output
REVERT: 55d8dbbd When revertToStart invoked on OpenSeesSP (OpenSeesMP not tested) process get blocked because ActorSubdomain ask for a barrier check.
REVERT: c193c358 Variable initialization in default constructor
REVERT: 122edab4 Correct sendSelf / recvSelf methods. Include commitStrain.
REVERT: ae2b2755 Initialize thickness in default constructor, it contained garbage when created by broker.
REVERT: c694c327 Correct class tag. Broker created incorrect objects because of this.
REVERT: 344f658d Update TclFeViewer.cpp
REVERT: 9494fcac X. Du - resume the elements for asym. sections in Visual Studio
REVERT: 344d5c4e Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: e596c9f8 X. Du - fix conflicts with the official OpenSees
REVERT: 61fa8c20 Changed line width to be optional argument for display
REVERT: 94e91274 Eliminated old material testing commands
REVERT: e99ed0ff Merge pull request #575 from sewkokot/addEleLoadOutCommand
REVERT: 0376e215 Merge pull request #583 from ambaker1/nodeBounds_fix
REVERT: 72cfef95 Adding SMA to Makefiles and interpreters
REVERT: ba02a2b9 Update OpenSeesMaterialTestCommands.cpp
REVERT: 95066a64 Added wipe support for test materials
REVERT: 3543c890 Merge pull request #591 from mhscott/vstudio
REVERT: 9d507a01 Updating Visual Studio projects
REVERT: 7cc2a985 Added material test commands - generalized for uniaxial, nd or sections.
REVERT: 89f80201 Merge pull request #587 from zhuminjie/improve-background
REVERT: 7333d57d Merge pull request #588 from claudioperez/contrib
REVERT: b8b60c44 X. Du - modify sendSelf and recvSelf for elements with asym. sections
REVERT: bae7452b Merge pull request #590 from mhscott/vstudio
REVERT: 94104793 Adding DBNL3D to Visual Studio project
REVERT: 4de044fc Merge pull request #589 from mhscott/dbnl3d
REVERT: f86a23e7 Adding flexural cross-terms to basic stiffness and adding section displacements to recorder
REVERT: af7f0978 Merge branch 'OpenSees:master' into master
REVERT: bfe22d85 X. Du - update Python commands for the mixed element
REVERT: 95fce126 X. Du - update Python commands for the mixed element
REVERT: 9e44b0f9 Adding Chebyshev beam integration
REVERT: b87c2032 Adding initial versions of DBNL 3d
REVERT: df1bc3e5 Adding DBNL 3d to interpreter commands
REVERT: bdad31b8 Adding DBNL 3d to Makefile
REVERT: aa15e117 Adding class tag for DBNL 3d
REVERT: 3cf80fcf Adding masonry elements por Gonzalo Torrisi
REVERT: a1f1a5f9 Adding masonry elements por Gonzalo Torrisi
REVERT: ff3825d7 Adding masonry material por Gonzalo Torrisi
REVERT: 371aaca7 Adding masonry material por Gonzalo Torrisi
REVERT: 0a045468 Adding masonry material por Gonzalo Torrisi
REVERT: bc86ae21 Adding one more class tag
REVERT: 99cc9e04 Adding class tags for masonry materials and elements
REVERT: 5fa9cf35 cmp - remove barrier check for non-parallel build
REVERT: 1cc3a855 cmp - restore Makefile
REVERT: f15d1839 cmp - restoring
REVERT: 6ea1e6a8 restore Makefile
REVERT: 35856e1d X. Du - add elements_asym and fiber section_asym to object broker
REVERT: 0b03050e BackgroundMesh: h for kernel is numave * bsize
REVERT: 4a7fdb7c BackgroundMesh: alphaS
REVERT: 4a48b70a BackgroundMesh: structural damping parameters
REVERT: 275ac4af BackgroundMesh: add dispon option
REVERT: bd17259a BackgroundMesh: gridFSInoDT check element volume
REVERT: 9cebabd4 BackgroundMesh: check if there are particles when detecting waves
REVERT: 1303f485 BackgroundMesh: make compressible 2D element available
REVERT: 97c74e9f BackgroundMesh: some 2D mesh between all structural nodes
REVERT: 7418e199 BackgroundMesh: create elements between structural nodes if there is particles
REVERT: 593daccb BackgroundMesh: add FSI mesh without DT
REVERT: f99ec9e7 Particle: set crds instead of disp, record particle tag
REVERT: 5dd705ac Particle: remove crdsn
REVERT: c13b5332 PFEMIntegrator: use Un instead of predictive Uj
REVERT: b5c8489e set vel of nodes near to structures when move particles
REVERT: 90616323 BackgroundMesh: fixes in move particles in fixed
REVERT: f164ea87 BackgroundMesh: move fixed nodes to new cell and set velocity if structure is moving
REVERT: d8f51d26 BackgroundMesh: fix bug in ElasticBeam2d
REVERT: b3dfdd22 Revert commit 6cdd0d
REVERT: 970b4468 BackgroundMesh: add new new class BNode and BCell
REVERT: a26fe64a BackgroundDef: add new definitions
REVERT: 04d4a5db Particle: remove unused functions
REVERT: 5413fc6e BackgroundMesh: remove old way for variable mesh
REVERT: 50779322 BackgroundMesh: inlet, kernelclosea and boundreducefactor are no more needed
REVERT: 5aa85a32 BackgroundMesh: pressureonce and fastassembly are no more needed
REVERT: aa6f5e66 BackgroundMesh: fsiTri is no more needed
REVERT: fd033415 BackgroundMesh: freesurface is no more needed
REVERT: dc7c7a58 BackgroundMesh: incrVel is no more needed
REVERT: ae3ac0f3 BackgroundMesh: meshtol is no more needed
REVERT: d34c1737 PVDRecorder: remove AllDIsplacement data array
REVERT: c0119cc0 BackgroundMesh: reformat files
REVERT: f9fd45b1 BackgroundMesh: fix in interpolate function
REVERT: 5bad7c3a Adding DBNL3d to SRC/Makefile
REVERT: 5e42eecb Updating SRC/Makefile for masonry elements
REVERT: 69b96638 Merge branch 'master' of https://github.com/opensees/opensees
REVERT: 12b9f193 X. Du - fix a bug in the input function for FiberSectionAsym3d
REVERT: 1a5f3c7a X. Du - update makefiles for asymmetric sections
REVERT: 9884b282 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: 2749b7f3 Update OpenSeesUniaxialMaterialCommands.cpp
REVERT: 6d25e6f8 Merge pull request #586 from mhscott/qzSimple2
REVERT: 7a376569 Adding OPS_ command for QzSimple2
REVERT: 4964600b cmp - build modifications
REVERT: c9627c11 Merge pull request #585 from nassermarafi/patch-1
REVERT: 7af4006f Merge branch 'master' into add-zero-length-implex-contact
REVERT: 0bf14444 Merge branch 'master' into add-asd-ceq-element
REVERT: 77f79888 Update FEM_ObjectBrokerAllClasses.cpp
REVERT: b55dd238 Merge branch 'master' into re-add-mpco-recorder-tcl
REVERT: c790508a Update PinchingLimitStateMaterial.cpp
REVERT: 7f86aed6 Update RotationShearCurve.cpp
REVERT: a7d92d0b Updated to include Steel02Fatigue
REVERT: 53b2d8af Added user option for line-width
REVERT: e5521418 Update Domain.cpp
REVERT: 9aeb57f1 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: 5cd00fb0 X. Du - update Tcl commands for asymmetric sections
REVERT: 534919cb Merge pull request #579 from ambaker1/nodeBounds_fix
REVERT: 65d7a9fe Merge pull request #576 from msalehi2004/master
REVERT: 08ba1280 X. Du - update element commands for asymmetric sections
REVERT: 14c75ff6 X. Du - update section commands for FiberSectionAsym3d
REVERT: a543c932 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: 5d725140 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 22d51bff fmk - addng a bunch of CMakeLists files
REVERT: 45c5e2f4 Merge pull request #24 from OpenSees/master
REVERT: 0ae94c41 Merge branch 'master' of git://github.com/OpenSees/OpenSees X. Du - Merge updates from official OpenSees
REVERT: ed921263 X. Du - modify files for elements with asymmetric sections
REVERT: 4fad6daa Update OpenSeesSectionCommands.cpp
REVERT: 20269147 Merge pull request #582 from mhscott/warping
REVERT: 50aa94db Moving OPS_Section commands around
REVERT: 6a880787 Update DispBeamColumn3d.h
REVERT: 8c02c635 Update DispBeamColumn3d.cpp
REVERT: 5c925e6a Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 21ae8c71 fmk - removing _DLL
REVERT: 4d900adc Update MultiYieldSurfaceClay.cpp
REVERT: 4d4e0c2b fmk - removing _DLL
REVERT: 26938153 fmk - removing _DLL
REVERT: 93393ef5 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: df8580b5 fmk - removing _DLL
REVERT: 3014b3c7 Update AxialCurve.cpp
REVERT: 6d6b39f6 fmk - removing _DLL
REVERT: e9bf81f8 fmk - removing _DLL
REVERT: 219fa7be fmk - removing _DLL
REVERT: 1f2b5c12 Update SteelBRB.cpp
REVERT: 4657a66f Update SteelBRB.h
REVERT: 642d8189 fmk - removing ifdef _DLL
REVERT: 00047cf3 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 15585095 fmk - removing ifdef _DLL
REVERT: 4fb19bfe Update Matrix.cpp
REVERT: 50b3bd17 Update Matrix.h
REVERT: f18966da Update Element.h
REVERT: f8521663 Update DispBeamColumn3d.h
REVERT: 3758ce52 Update ForceBeamColumn3d.h
REVERT: 891cde57 Update ForceBeamColumn2d.h
REVERT: e7eca1c1 Update DispBeamColumn2d.h
REVERT: 0e3134fc add to fem object broker all classes
REVERT: c027bd09 fix send recv self methods
REVERT: 4ed560a2 some improvements
REVERT: 2cf0f14f X. Du - rename the fiber section and disp-based element
REVERT: e667be1d X. Du - add fiber section and disp-based element for asymmetric sections
REVERT: 1d402df9 X. Du - rename the mixed element
REVERT: c36f0532 X. Du - add mixed element for asymmetric sections
REVERT: 4793de2a Merge pull request #580 from mhscott/linethickness
REVERT: 4079c3d5 S. Mazzoni - Changing line thickness to 2
REVERT: 95022caf Update ZeroLengthImplexContact.cpp
REVERT: 99082433 update send recv methods for initial displacement
REVERT: 468a9c54 add initial displacement
REVERT: 63b56c6e Performance improvement
REVERT: ec4c62df Update Domain.cpp
REVERT: 23e060c5 some improvements
REVERT: 41f1824f Merge pull request #578 from aschellenberg74/master
REVERT: 7ac36201 updated Win32 project files
REVERT: 870b5426 updated Win64 project files
REVERT: 9bcf76cb Fixed bug with nodeBounds
REVERT: 3ec71095 Update TclRecorderCommands.cpp
REVERT: 268a905d adding new zerolength implex contact
REVERT: 81e55273 Update classTags.h
REVERT: 76942360 Merge branch 'master' into add-asd-ceq-element
REVERT: a841c83c added new asd embedded node element
REVERT: 54aacb5f Update packages.cpp
REVERT: 5deb8c2e fmk - one further elementAPI file needing fixed
REVERT: 5b20cd8f fmk - remoivng tcl code from elementAPI.h
REVERT: 3a982c22 fmk - removing ifndef PML
REVERT: ef3f5e59 Update LayeredShellFiberSectionThermal.cpp
REVERT: 371cedab Update TclModelBuilderSectionCommand.cpp
REVERT: 1386af40 Update LayeredShellFiberSection.cpp
REVERT: 896468f2 Small Correction
REVERT: 0c3ec9c3 Merge pull request #1 from OpenSees/master
REVERT: f77a6dd5 Merge branch 'master' into addEleLoadOutCommand
REVERT: 2583ac1e fix commands.cpp due to CRLF issue - stage 2
REVERT: 4954ba23 fix commands.cpp due to CRLF issue - stage 1
REVERT: 7576bb3f Merge pull request #561 from ambaker1/ndm_ndf
REVERT: 2acc27bc Moved file to SRC/interpreter
REVERT: 770aab43 Update MaterialTest.cpp
REVERT: 78c5d230 Create MaterialTest.cpp
REVERT: 260d79e0 Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 700bec10 fmk - adding new Makefile for CentOSS from Ben Pietras, University of Manchester, UK
REVERT: fcd3f9fa Merge pull request #2 from OpenSees/master
REVERT: d196a003 Merge branch 'master' into ndm_ndf
REVERT: a76674d5 Merge pull request #563 from ambaker1/sp_mp_query
REVERT: 09327c58 Merge branch 'master' into ndm_ndf
REVERT: d135888d Merge pull request #560 from ambaker1/eleType
REVERT: 5344d770 Merge pull request #569 from kasiz/setnodepressure
REVERT: d0d286d8 Added setNodePressure Command
REVERT: b37a5afc Added setNodePressure Command
REVERT: 63a49a0f Added setNodePressure Command
REVERT: ca623c87 Merge pull request #568 from mhscott/elliptical
REVERT: 948282af Updating section commands
REVERT: 24b1cdc2 interpreter/OpenSeesSectionCommands.cpp
REVERT: c3211ec3 Merge pull request #567 from zhuminjie/pc
REVERT: ea533d8d Update PythonWrapper.cpp
REVERT: 0eb869d9 add pc command
REVERT: 97ebde20 Renamed ndm and ndf to getNDM and getNDF
REVERT: a2976e4a add error messages when the patternTag does not exist, minor fixes
REVERT: cc40c4b1 add the output commands to the Tcl interpreter
REVERT: c64203a8 Element load output commands: no pattern tag means all pattern tags
REVERT: 7b6af5ef add getEleClassTags utility command
REVERT: 600f00d2 add getNumEles, getEleLoadClassTags/Tags/Data commands
REVERT: 7dd9e354 Update commands.cpp
REVERT: aa3df2c6 Merge pull request #522 from MassimoPetracca/fix-mpco-opensees-sp
REVERT: 3f258c3d Merge pull request #559 from mckee107/fix_DomainPartitioner-partition
REVERT: 7a624998 Update commands.cpp
REVERT: 677ec394 Utility commands for SP and MP constraints
REVERT: 22f2e927 fmk - fixing Makefile
REVERT: 3f3b78c4 Added eleType, utility to get element class
REVERT: 5935189c Added ndm and ndf
REVERT: 2b72e807 Correct PartitionedDomain::partition
REVERT: 2f55bfca Update FiberSectionWarping3d.cpp
REVERT: bb472d10 Merge pull request #558 from mhscott/warping
REVERT: 48c50eda Modifying files for U.Sydney warping elements
REVERT: 2037175d Adding new files for U.Sydney warping elements
REVERT: d8d359f0 Merge pull request #557 from longchen-geo/master
REVERT: 25509bda Update PlateRebarMaterial.cpp
REVERT: 952458a9 Update OpenSeesElementCommands.cpp
REVERT: a91f72c7 Update OpenSeesElementCommands.cpp
REVERT: 7c765a43 Update OpenSeesElementCommands.cpp
REVERT: 852d9aa6 Update OpenSeesCommands.cpp
REVERT: 27dd5cc7 Update commands.cpp
REVERT: 73f5f2f4 Merge pull request #554 from u-anurag/master
REVERT: 88845c2e Merge pull request #553 from kkolozvari/master
REVERT: 2c8f405a Merge pull request #4 from u-anurag/u-anurag-patch-ShellNLDKGQ_Block2D
REVERT: 7769dbd0 Adding ShellNLDKGQ to the Block2D command
REVERT: 0e40b039 Update OpenSees.vcxproj
REVERT: 8b3f0d58 Add SFI-MVLEM-3D
REVERT: 909ce347 Merge pull request #3 from OpenSees/master
REVERT: e46bc1f2 Merge branch 'master' into chebyshev
REVERT: efd7d7b8 Merge pull request #550 from mhscott/basicForce3d
REVERT: 9be3f40a Adding basicForce and basicStiffness as recorder options
REVERT: 6cc028a4 Merge pull request #549 from vavgen/master
REVERT: 384b53b4 Reimported VS files
REVERT: 886a98f7 Removed comment
REVERT: 361c069b Removed preprocessor directives
REVERT: a0bb10cd Merge pull request #1 from OpenSees/master
REVERT: 462e7488 Merge branch 'master' into gradientBC
REVERT: a5118784 Merge branch 'master' into chebyshev
REVERT: 9539cd74 Create RockingBC.h
REVERT: 7d91397e Update Makefile
REVERT: 2579dbe5 fmk - updating version to 3.3.0
REVERT: a0d95b44 fmk - subtracting 1 from lapack, adding some CMakeList files while here
REVERT: da92d06d fmk - fixing conflict
REVERT: 3da68c8e fmk - fixing eof char
REVERT: dcd48141 Merge pull request #511 from ambaker1/EPPGap_Fix
REVERT: 22293c6a Update EPPGapMaterial.cpp
REVERT: b7988b77 fmk - adding another element option LHSNMYS_Damage
REVERT: 1f8c29fe fmk - bug fix, fixing dt
REVERT: b59f26c4 Merge pull request #525 from ambaker1/node_numbers
REVERT: 742e48bf Merge branch 'master' into node_numbers
REVERT: 09806858 Merge pull request #546 from kkolozvari/master
REVERT: 2ecd5be5 MVLEM_3D implementation
REVERT: 0064cc75 Update OpenSeesMiscCommands.cpp
REVERT: 05ceb4be Add bounding surface correction to PM4Silt and remove a limit on Cdz
REVERT: 7d324d0f Merge branch 'master' into gradientBC
REVERT: ef57fabd Merge branch 'master' into chebyshev
REVERT: 8d459981 Merge pull request #544 from mhscott/stringElementRecorder
REVERT: ffefaa60 Merge branch 'master' into stringElementRecorder
REVERT: cb882a69 Merge pull request #543 from zhuminjie/master
REVERT: 87b1412a GetStringFromAll: if an input is a string, copy it to buffer
REVERT: 0e4c8b83 Update RockingBC.cpp
REVERT: dcd0066a Merge pull request #542 from mckee107/Update_Makefile
REVERT: d55309d1 Casting character string
REVERT: f18f5fa8 Update Makefile.incl for RockingBC
REVERT: b3a8c750 More clean-up
REVERT: e556957f Changes to fix seg fault
REVERT: 72526834 Adding Chebyshev integration to Makefiles and Python interpreter
REVERT: 8b6319e3 Merge pull request #541 from mhscott/shellNLDKGT-py
REVERT: 8990257a Adding ShellNLDKGT to Python interpreter
REVERT: bf462919 Merge pull request #538 from mhscott/hysteretic-poly-vs
REVERT: 13b6cd74 Adding HystreticPoly to M$ project file
REVERT: f1513abf Merge branch 'master' of https://github.com/OpenSees/OpenSees
REVERT: 4111a2a1 fmk - new class tags
REVERT: 364087f8 Merge pull request #534 from mhscott/initStrain
REVERT: 05edac45 Using local strain in updateParameter
REVERT: 64ec9b56 Merge pull request #533 from mhscott/hysteretic-poly-makefile
REVERT: e8e8a063 Adding HystereticPoly to Makefiles
REVERT: 9f0f28f9 Merge pull request #499 from salsessa/master
REVERT: f95663c2 Merge pull request #513 from mfasil10/patch-1
REVERT: cd291326 Merge pull request #530 from mhscott/initStrain
REVERT: abc55d0a Adding epsInit as parameter
REVERT: d09472aa Update NewtonRaphson.cpp
REVERT: 586468b2 Merge branc…
zhuminjie added a commit that referenced this issue Jul 17, 2022
153970ce update geotech example
9ff4cc45 adding link to geotech examples
f2dab7cd update changelog to 3.4.0.1
0f3d2043 add PM4Sand example
31a31713 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
57317a1b fix newline
3f67c771 Update patch.rst
73a8fdf2 Update ndfiber.rst
713a679d Update ZeroLength.rst
ad5f8309 Update sectionStiff.rst
04e56e57 Update sectionFlexibility.rst
78325b13 Update sectionStiff.rst
25fae72c Merge pull request #259 from mbbatukan/patch-1
fbf92c81 Update nodeResponse.rst
be6ac037 adding note and example to the function
2222d5a0 fix plotting examples
16107767 update plot examples
ec2c06b2 Update rccircularsection.rst
724939af Merge pull request #255 from mgrubisic/master
719c6923 Merge pull request #256 from otaithleigh/patch-1
3d9856ee Fix TrussSection signature
3a507a81 Updating Sensitivity Examples
475e455d Merge pull request #254 from AmirHosseinNamadchi/patch-12
a5ec3657 modifying function signature
4f905f64 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
a315216e version 3.4.0.1
75305a5c Merge pull request #250 from shishitao/master
f1166a91 Update Hysteretic.rst
2bc97a10 Merge pull request #247 from AmirHosseinNamadchi/patch-11
bef791e7 Update NormDispIncr.srt
d9f49ec9 Merge pull request #243 from kkolozvari/patch-1
5724ba7c Merge pull request #246 from Mengesh/patch-3
77bfca37 Fix Notes link typo in CoupledZeroLength.rst
1e3911f8 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
2c8ce69f update concreteCM command
0490b39d Update SFI_MVLEM_3D.rst
41208757 Merge pull request #242 from kkolozvari/master
e50f16a7 Update element.rst
533804f2 Adding SFI_MVLEM_3D documentation + misc updated to MVLEM models
e4f3ed23 Merge pull request #239 from mgrubisic/master
ba6e2eea Cantilever Sensitivity 2D Example v1
7bb9a499 Cantilever Sensitivity 2D Example v1
f2f8aa46 Cantilever Sensitivity 2D Example v1
f3be41eb Cantilever Sensitivity 2D Example v1
c9d9d4b0 Merge branch 'master' of https://github.com/mgrubisic/OpenSeesPyDoc into master
fc6fdc0c Cantilever Sensitivity 2D Example v1
e12abf29 Delete gitcommit.bat
a38d7b02 GRUBISIC Autosave mgrubisic | uto 13.07.2021. -- 13:48:01
84e72f4c add PM4Silt material
a1a4ae82 update to v3.3.0.0
7b1f4908 Merge pull request #230 from sewkokot/updateOpsVis2
0905474d add support for the 'layer circ' option
d4f245d1 ops_vis: improve default options, add circ patch, fix 3d equal axis
5fbe6e11 add pressureConstraint command
5d043d64 Merge pull request #228 from kkolozvari/master
d1709b97 Update element.rst
2205e312 Merge pull request #227 from kkolozvari/master
f709a59f Update MVLEM_3D.rst
5da684cf Update MVLEM_3D.rst
5c564593 Update elasticBeamColumn.rst
929820e1 Add MVLEM_3D description
0761d8b9 Merge pull request #226 from mgrubisic/master
1921e0a3 Update HingeMidpoint.rst
c373190d Merge pull request #1 from zhuminjie/master
b5f8c8b9 Merge pull request #225 from harshmistry96/harshmistry96-patch-1
4c6e55bf Merge branch 'master' into harshmistry96-patch-1
5a686328 Updated freeFieldEffective.rst
09988758 Input motion file
1d02288c Update newmark.rst
290bdc8f Merge pull request #221 from harshmistry96/harshmistry96-patch-1
a72d8a2d Merge pull request #222 from harshmistry96/master
6e1934f7 Update geotech.rst
5d5edb2f Update geotech.rst
8e803327 Update geotech.rst
56ebeea8 Update geotech.rst
2886558a rst file for example freeFieldEffective.py
3db33855 Merge pull request #220 from jchatkinson/patch-1
50bd5985 Add files via upload
14afdb0d Update saveFiberData2D for grammar
1e913e45 Update sdfResponse.rst
b2ed21f9 update
f18a94c0 update
506a13b4 update
3b901474 update
7cd9923d update
772f8a6e update
7ab7e9af Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
aac97c0a update
1d67cc26 Update pathTs.rst
81049ea6 update
e96bd097 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
f620da5f update
ed9af817 Update pathTs.rst
9c7ffee7 Update pathTs.rst
ad97800b update
009fe176 update
ea08a125 update
21aa6f2f update
9582b546 update
f165d479 update
d09e6c25 update
deac97a1 update
2fb9d546 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
3ed329b4 shortcuts
f4742f7c Update FluidSolidPorousMaterial.rst
7354d55f add module
e2faa0cc update utility
3d258704 other cmds
be766c22 fix some errors
da969e59 nodeSize
cd3070d3 version 3.2.2.9
79077af6 add ops. to obstacle-bg.py
01648103 fix name
0a92b7b4 fix bg mesh example
78ce0a7e update version in conf
25153669 update to 3.2.2.8
1f2cc390 Merge pull request #214 from sewkokot/updateOpsVis
f2c5dcd6 Update linearTs.rst
5af5dfc0 ops_vis: fix typo in a comment
572ab63d ops_vis: fix youtube links
dba19a7f ops_vis: fix Eds docstring for anim_defo and anim_mode
aa2a69a2 add new example to the plotting page
124fb08f add ops_vis_ex_2d_portal_frame_th_mode_anim.rst
1a2ceb15 add pyExamples/demo_portal_frame_time_history_anim.py
6ee4364e ops_vis: rename quad_sig_out_per_node to sig_out_per_node
9eea10d5 major ops_vis.py update, fixes and add more documentation
8c4292a1 update demo ops_vis python examples
87219d86 Update main ops_vis introduction
009fedc6 ops_vis: refactor and cleanup
4b569f8e Update eleload.rst
dda3cf21 Update eleload.rst
5d108af2 update
083da805 update parameter command
759a8a3d add collapse recorder
135878fd add collapse recorder
d430ec80 fix an import in example
15ee542e add ops_vis
3f763736 upgrade to 3.2.2.6
500084d2 Update setNodeAccel.rst
bb6c3937 Update setNodeVel.rst
63be277e Update setNodeDisp.rst
02f195c2 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
73418f3e 3.2.2.5
50b4d168 Merge pull request #205 from sewkokot/fixReadTheDocsBuilding
cc42cc10 another trial to fix Read the Docs building process
277d938c Merge pull request #204 from sewkokot/fixSphinxAutodoc
cd7c2436 ops_vis: minor change to fix Sphinx auto-generate function docs
631ebc68 Update to 3.2.2.4
e4a54cfd Merge pull request #203 from u-anurag/master
c427ba8e Merge pull request #201 from sewkokot/addOpsVis
5468569b Update the rendering example
dff8aca3 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
433af67f partmesh update
ebb07a4a update ops_vis and examples: more descriptive line style formats
cf097c29 add quads_4x4 png files
a3c9746f add ops_vis.py used for autodoc and autofunction; update, cleanup
1e40729f initial import of the ops_vis module
79c83506 modify existing files to adapt for ops_vis documentation
318fc65d delete redundant src/ from including sub.txt in two files
44df21df Merge pull request #200 from u-anurag/master
b48ec1bb fix typo
d057495d cleaning up
d3bd7716 Remove openseespyvis
4d86bb22 Merge pull request #6 from zhuminjie/master
1542b287 Update description for developers
d3612a00 update index
a54f14bb Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
29225043 update to 3.2.2.3
47ef9da4 Fix space
d1d3016d Merge branch 'master' of https://github.com/u-anurag/OpenSeesPyDoc
b91c1993 Add openseesvispy information
69e8cb87 Merge pull request #5 from zhuminjie/master
010ccabb Update changelog.rst
60eb74ee Merge pull request #194 from u-anurag/master
7999347a Merge pull request #4 from cslotboom/cslotboom_Updates
12928629 Merge branch 'master' into cslotboom_Updates
145f1744 Update createODB.rst
1e6c874b cleanup
86ba8e14 Update animate_deformedshape.rst
3a056c50 remove unused argument skipFrame
a7fbcb06 Update plot_fiberResponse2D.rst
2effc050 Update animate_fiberResponse2D.rst
51c50171 Updating animation file contents
ac95a650 Hard coded value of constant Pi
3e4d5775 Typo fixes
df4a9863 fix typos
6e941f1f Plotting command documentation
6d393b53 Merge branch 'master' of https://github.com/u-anurag/OpenSeesPyDoc
814f5a8c Merge pull request #3 from zhuminjie/master
4e4ec3e6 Merge pull request #191 from millen1m/master
7bba7d23 Merge branch 'up2020-zhu'
7df91eba restore explicitDifference.rst file.
a56a2883 step 1 of resolving explicitDifference duplicate name issue
4af481cb name for ElastomericBearingBoucWen
4e005bc6 better labelling of rjwatson inputs.
c193cd1c Merge pull request #192 from u-anurag/master
464ca339 Update plot_model.rst
3e7b3d3c Merge pull request #2 from u-anurag/u-anurag-patch-2
13abf0e1 Merge pull request #1 from u-anurag/u-anurag-patch-1
5b00b80f Adding scale factor argument to the command
464ce8dc Update plot_model() command with input arguments
17d1d7b0 merged latest from master.1
709c14f8 merged
e44bcc27 add plotting developement guide in command list
0f53e7c7 Merge pull request #190 from u-anurag/master
13d0324c Minor edits.
1c289700 Minor edits
cda3c666 Add information about Plotting_Development_Guide
03d24d9b Create Visualization Development Guide
e4230d39 minor tweaks.
9a3a57a2 update index
f0f2a57a add version 3.2.2.1
f279d873 update version
c37ca754 update new version 3.2.1
0286dca0 fix tabs
f6dd3d46 Merge branch 'master' of github.com:zhuminjie/OpenSeesPyDoc
4b4f8123 update index
d1c09eab update index
5d6904b1 Update README.md
318685bd three fixes.
ad821985 fix preprocessing
95ffac20 add preprocessing
7c7db98e change readme
5aa0d631 add new commands and pytest
785c3771 "Automatic synchronization of github repo 04/21/2020 18:13:35"
3dcaf78a update background mesh examples and plotting functions
52da5999 update version to 3.2.0
547d5034 add partition command
a6a9f876 update change log
902a8f14 no mac for pip
88ecdd82 add two nDMaterials
7c733c04 use lower case for quad and tet mesh
4108a457 add priciples in remesh command
bf19d5e4 added example for plot_deformedshape
2a3eedb8 fix file name
a8a70cbc update background mesh and particle
67c19a1c add quad and tet mesh
f3352f4b Adding RC shear wall example
d6683168 Adding RC shear wall example
7f9a6caf Switched optional marker from [] to <>.
9bf04832 update PlaneStressUserMaterial
f3bcb5db Merge pull request #157 from AmirHosseinNamadchi/patch-9
f601b3e2 Merge pull request #160 from AmirHosseinNamadchi/patch-10
7d33dd6d Merge pull request #161 from u-anurag/patch-1
6abab619 Add missing arguments to the command
3c3caad6 typo fixing
1c3f6672 adding 'can only be issued after an analyze'
bf150b26 typo fixing
3f892e5f typo fixing
7a6a2db9 typo fixing
ce4b7ee4 typo fixing
10fd8ab2 typo fixing
b0bb2e2b change mass to massPerLength
e1e7cbd3 Fix a lot malformed tables from previous commits
e210c8f5 Merge pull request #149 from AmirHosseinNamadchi/patch-2
5c8218d3 typo fixing
306d3f3c Merge pull request #148 from AmirHosseinNamadchi/patch-1
46129700 typo fixing
37e41a67 Adding optional to release code description
4a9065ba Merge pull request #147 from mhscott/master
d82fb49b Updating elastic beam column documentation
f2da72e4 Documenting moment release for 2d elastic beam element
008d41c4 Merge pull request #146 from mhscott/master
f66174ea Fixing HingeRadau descriptions
6251569b Merge pull request #138 from u-anurag/patch-2
f1f82843 Fixing command for DruckerPrager
8b2a76e0 Update Qt backend description
04284024 Add info on PyOt.
b6a10bb1 Updated information for Jupyter notebooks
d3954812 Update and rename Brick20N.rst to 20NodeBrick.rst
d2c2724a Removed ascii from files and cleaned fn definition of FRP
608bfba7 Switched poissons ratio to consistently use 'nu'.
318757f3 Added 'tag' to tag inputs
26454f1b Update elasticBeamColumn.rst
bcb76c18 Added InitStrainNDMaterial.rst and InitStressNDMaterial.rst minor tweaks to other files.
03b96a2f Moved FibreThermal to own file.
7bf331b5 removed unicode errors - that are not compatible with windows based python
df10b387 removed unicode errors
9e584f69 Changed StressDensityModel to stressDensity
b7ae97bf change to use E_mod rather than E.
e7dbcec2 more refinements - explicit on tags
bf72244c minor updates
fb0b3dac lots of minor corrections to elements.1
0d07d1f3 lots of minor corrections to elements.
e944bd4e lots of minor corrections to elements - more.
311d7357 lots of minor corrections to elements
766a2be0 updated PM4Sand to match original parameter names
54c599cc further refinements to be more pythonic
a10f2e20 slight renaming to allow lowercase unique names. Changed logic for ConfiningConcrete01 to be pythonic.
4095b7a1 Fixed inconsistencies in docs
7bbf5375 fix a typo
7d7e8e77 Removed ascii from files and cleaned fn definition of FRP
a4d5d209 Merge branch 'upstream-master' into upstream-merge
788e9aaa Switched poissons ratio to consistently use 'nu'.
72da4d42 Merge remote-tracking branch 'origin/master'
51b6218b Added 'tag' to tag inputs
77d2b3fe add FRPConfinedConcrete02 material
c39ebc03 update moving mesh
ea618798 TDConcrete models
dc5639e3 Update elasticBeamColumn.rst
8dae1fd3 Added InitStrainNDMaterial.rst and InitStressNDMaterial.rst minor tweaks to other files.
1b67112e Moved FibreThermal to own file.
152f9164 removed unicode errors - that are not compatible with windows based python
45cb8a42 removed unicode errors
7e0112c4 Changed StressDensityModel to stressDensity
00dbf0b1 change to use E_mod rather than E.
3db4c905 more refinements - explicit on tags
a128923f Merge branch 'master' of git://github.com/zhuminjie/OpenSeesPyDoc
41f9c5a4 start jupyter notebook in windows
e75aa5d6 minor updates
f5fbdf66 updates on installations
428a19f7 update index
84001c61 update to version 3.1.5.11
4109ed2d Float to int
12a5e531 Updating documentation
e7ba5137 plotting commands
8bf1730d add plotting commands
d85ed0d1 update version and examples
d82303b3 update ignore
304faf6c Added introduction to model visualization
3d9970b9 Added image for OpenSeesPy visualization
93d85bd2 Merge pull request #116 from DBorello/patch-1
fc8308ce Using numbers instead of variables
5d7a9208 Add Basic to intro code
56534641 Merge pull request #115 from sewkokot/fix_nodeEigenvector
2cf8a652 Add missing nodeTag in documentation
50540acc Removing extra matTag parameter
2561e815 Removing extra matTag in documentation
78825941 command to plot mode shapes
a60b3c1e command to plot opensees model
8ad7d0bf Adding plotting commands
0967ceb0 fix plot link
5849d871 Reorder import statements
8544db74 Rename file to fix the tree
e293d846 Update plotting.rst
1402b0b2 Fixing the example file name
1c1d4c16 Edit the examples list to include plotting
4bca3b98 List of plotting examples
9daca9c9 Description of model and mode shape plotter
dd319ce0 Example on model render and modeshape plotter
5fa2b867 Images for plotting example
1fb6ea24 index
a5a7e7bf update wsl
ae7115ba update wsl
0ab9a642 update wsl
ca213cd7 update wsl
09c8a011 add wsl
57969039 lots of minor corrections to elements.1
f159f720 lots of minor corrections to elements.
d0f22a64 update map
c5bf1258 mini script
a90888c3 updates
0770e1c2 updates
61e3e8d8 update install
1ea494e7 version 0.5.4
a13e2081 update Joint2D
e9de33aa lots of minor corrections to elements - more.
76593ed9 lots of minor corrections to elements
b2000955 updated PM4Sand to match original parameter names
1bd3febe Add ExampleFRP to the list of Earthquake Examples:
f07a2ff5 further refinements to be more pythonic
cf4fc5d1 slight renaming to allow lowercase unique names. Changed logic for ConfiningConcrete01 to be pythonic.
d363f00d Cantilever FRP-Confined Circular Reinforced Concrete Column under Cyclic Lateral Loading.
1de38d86 Fixed inconsistencies in docs
a6c8e05e Merge pull request #87 from bigeconomy/patch-1
0a49750b Update FRPConfinedConcrete.rst
ac3f5f66 update index
86454d25 version 0.5.3
6aa79d4e update index
ec419f7b remove option from HHT
98161dd8 update to version 0.5.2
b7db6bd0 remove line hightlights for examples
4c195d99 update to version 0.4.2019.7
870222af add examples from Pavan
5550d852 add email of Pavan
9c493a1f update to version 0.3.2019.6
e891fdd3 update to version 0.3.0
bf7170c6 Add ExplicitDifference Integrator
f6cfb1a3 update ignore
78f049a8 Fix error in corotTruss
9c553d5f Fix error in corotTruss
047b6f9f Merge pull request #61 from s-m-amin-ghasemi/master
a1a9552a Update example_name_spaced_nonlinear_sdof.py
787ebc45 Merge pull request #15 from s-m-amin-ghasemi/patch-14
d7df6a8a Merge pull request #14 from s-m-amin-ghasemi/patch-13
a0d18cb9 Merge pull request #13 from s-m-amin-ghasemi/patch-5
5dfb2367 Merge pull request #12 from s-m-amin-ghasemi/patch-6
ca2c37e1 Merge pull request #11 from s-m-amin-ghasemi/patch-7
6dc8c516 Merge pull request #10 from s-m-amin-ghasemi/patch-8
9fadc593 Merge pull request #9 from s-m-amin-ghasemi/patch-9
338ff83e Merge pull request #8 from s-m-amin-ghasemi/patch-10
fac0c0df Merge pull request #7 from s-m-amin-ghasemi/patch-11
5eff2d03 Merge pull request #6 from s-m-amin-ghasemi/patch-12
8b356ab7 Merge pull request #5 from s-m-amin-ghasemi/patch-15
b46cbc8e Merge pull request #4 from s-m-amin-ghasemi/patch-4
c4ea0e64 Merge pull request #3 from s-m-amin-ghasemi/patch-3
8d7703cf Merge pull request #2 from s-m-amin-ghasemi/patch-2
bc842602 Merge pull request #1 from s-m-amin-ghasemi/patch-1
f741d389 To import
1ce9e146 To import
e44d0aa8 To import
dd3acbdb To import
866d9ca9 To import
2ad6353d To import
2270bf26 To import
a5be9812 To import
4baacf70 To import
f5f06135 To import
43b3c07c To import
2c7b3eca To import
21aa4142 To import
6cab0a5c updates
42eea8ab Merge pull request #59 from s-m-amin-ghasemi/patch-2
370737d7 To Import
dba22fc1 Merge pull request #58 from s-m-amin-ghasemi/patch-1
da4272f2 To import
8c5bc177 updates
c6f2290c Compilation by Stevan Gavrilovic
b29fa521 version 0.2.0
9746a731 add release time
a237913b add nodeDOFs command
3d61df47 add setParameter command
b5393f70 PressureDependMultiYield update
d502b10e fix bugs
8666489f add parameter commands
e82e74ef version update
e2f11994 update example
b0120041 Merge pull request #46 from jfayaz/RotD_Spectra
3599dde0 changed code
ab7ba52d move example under earthquake section
7a00ffa1 Merge pull request #45 from jfayaz/RotD_Spectra
b7caf01b Merge pull request #42 from sewkokot/fix_pathImport
447d07f8 ReadGMFile
d84e76f0 set PYTHONPATH env variable as an alternative to sys.path.append
33422886 add example
e563be9e Merge pull request #44 from jfayaz/RotD_Spectra
8cdbf26c intial-commit RotDSa
cbd44d1f use import instead of exec-open-read sequence
ca1da63e update command
9a8a6bd9 update commands
53f47d0b bug fix in part mesh
413d9dbd add examples
5c698593 DesignSafe for OpenSeesPy
09cebb5a move rst files to src
90727c4b Merge pull request #40 from sewkokot/movePyExamples
8318d4eb move *.py example files to pyExamples directory
5f35acd5 version update
8e17b79d change log
76847f4b update doc
bafab079 updates
7c40fe86 updates
5cff59ac version 0.0.6
242c9f73 update commands
140e71b9 add sdfResponse command
d2468cec add sdfResponse command
2fb28306 add sdfResponse command
aaf3920f update 0.0.6
180e80bb version 0.0.6
46115fd5 update commands
1090edb1 add current  version
f7b9a0af Version 0.0.5
32ca731d fix an error in script
0f1aa79b Merge pull request #12 from frqc/patch-1
f6daf92a Update pypi.rst
315b8bf0 update rigid diaphragm
493450cb change index.rst
c5997aae add pypi install
599bbfd3 Create LICENSE
c41dba39 Delete license.rst
5ac2e473 add sensitivity commands
85716213 add reliability random variable command
a1761c69 correct highlight line in some examples
3d23ed25 Merge pull request #8 from millen1m/master
cad079f3 realigned comments with code in examples.
5e39d53e rolled back pep8 changes to examples.
f12e5896 fixed bug where example compared acceleration with displacement.
1886febb Merge branch 'master' of git://github.com/zhuminjie/OpenSeesPyDoc
343f7299 fix a typo in layer
fbf333ff add info for beamWithHinges
b31eea93 add integration tags for some beamIntegration commands
df7adec2 completed merge. deleted merge lines to match master.
44ab3995 attempting merge
1d28f3d2 pep8 formatting of examples and corrected bug in docs example.
5dfa83e8 add a name spaced example for SDOF EQ analysis
d5722082 Added example file using name spacing for a nonlinear single degree-of-freedom.
b540639b Added example file using name spacing for a nonlinear single degree-of-freedom.
d9f97375 add notes
5b144a1f add 3-story example
93b904d4 add rc frame examples
15203596 2D 3-Story Steel Frame Example
274d621b add explaination to element recorder arguments
01a6b6a4 change title
8e19ec3d patch circ
e515b45d add sensitivity commands
e9431db9 fix a typo
89162cf4 add author
a6bce7f7 add moment curvature example
fa8b8c14 change ZeroLength to zeroLength
f13ec911 sample script
9cd68177 Add version number
1c4ae255 export to latexpdf
26dcb3d2 add thermal example
fe4ab494 remove availabel section
6737dcc9 add all elements
8d1dde4b add new elements
cfd7d85e elements part 1
5ed31d0b uniaxial material
63f30833 concrete materials
b814aed4 concrete04
ca2f61e2 ndmaterials
14b01b1d thermal section and eleload
8a1c25c1 ndmaterial ContactMaterial2D
032ddbd7 output and utility cmds
66d557a0 Adding utility and output commands
3ddf3e70 add utility commands
93e9d931 Add getTime command
06926068 add more model commands
639b75d4 add section commands
ea608048 add analysis commands
b6e218d6 Add analysis commands
5107cc6a add model commands
999c77f6 correct line highlight
28406fc6 correct line highlight
47812815 correct line highlight
c3f978ee correct line highlight
5ead6768 add example
ffee2dad add pattern commands
38fedb85 add time series commands
9bcb80c8 update commands
24d38b19 change size
1f65bb03 add path for windows
32ac663e reorganize commands
21b3f8c3 add clustrmaps
5694c36f add available elements and materials
e8dc4755 change import for windows
ee3869f6 Split new commands to fsi commands and other new commands
8563fe3a add imports in examples
0c1ee5ba change tol for dambreak analysis
1b50d394 Add more example and installation
6f764bf1 add dambreak and obstacle examples
c656cdec add remesh command
f4df4865 add conversion section
48d955d9 add readme
9fc94b62 add readme
21216c02 add commands and update mesh commands
50f4fe73 update line mesh
5b08a4ce Change linemesh
ea58a653 add nonlinear truss
1d489745 Add elastic truss example
ac77495b Add changed and new commands
2d8afbe1 only new and changed commands
a8c0ba5f Tcl-like OpenSeesPy doc
5b4823b1 Remove docs
ce1bb6be Change chapter names to classes
4600b5f3 Change sp
66066c4c Add examples
da4ba16c Add examples
50d9e5e7 Add mesh
c45ce609 Add transf, recorder
2ed94fd9 add sections and materials
25d08e6d Add sections, ts, eles
557a8b0e Remove descriptin in title
5e9a772b Add elements
cd7185f2 Use class and subclass
4c908a80 Add PFEM Mesh
ff03942d Add id to mesh object
9000110a Add trimesh
602c0a47 remove structure object
e39b62f2 Add structure object
8e1f1216 Add clearEles and clearNodes in Mesh object
a770de27 reorder sections and add node recorder
d0cc94cc Add timeSeries , recorder and elements
769d7999 Add mesh functions
1d066b50 Add mesh and bh material
aa82c524 Add mesh object
c6de12ba Add eleLoad object
eb7d568f Add list of object attributes
cbeb7d72 Add force and disp beamcolumn
c46e83c7 Add beamIntegration obj
4a98299b Add geomTransf object
6a9a6669 add examples
ae5fcdd9 Add section patch and layer
4d817f91 remove tag for ndmat and section objs
427dc743 remote tag from unimat obj
d77f5740 remove tag from sp, mp, and region
46b3fe13 remove tag from node and add examples
8e27cba1 Add section object
f94ebce3 Add section object
9ee27367 Add region and NDMaterial objects
5f81803f Add mp objects and move methods to node object
67318db8 Add analysis objects
d107a643 Add integrator objects
18eb8f61 Add all algorithm objects
8ebf26aa Add all test objects
2a4a2848 Add all system objects
7f1f4e35 Add more truss example
c74c9fd4 Add example
3d2263cf Add analysis objects
2aa90a95 Add and update model objects
7d1b2a70 Add pattern
d3cdf582 Add Element Obj
7a01576d Add SP Object
1af8e6ac new OpenSeesPy doc
f3cf198a Adding missing parameters
7fbf183a Adding all beam integrations
7a3f83e1 Changes of commands for bg and region
6bdb93b8 Adding functions: algorithm, analyze, basicDeformation
9092c821 Changes in index page
068541c1 Change section titles
e47f5804 Adding all functions in empty files
ed33244c Adding node
a04025e1 Adding background and some core functions
b3ce680c Adding other FSI functions
5df9c750 Adding moving mesh
b24709ea Initial commit
REVERT: 1f239c5 update version 3.4.0.2
REVERT: 008159f Merge pull request #91 from mhscott/patch-2
REVERT: ca06f29 Update DiscretizeMember.py
REVERT: 7e9b222 Create LICENSE.md
REVERT: de1341d fix python 3.9 requirement for openseespy
REVERT: b092137 fix python3.9 requirement in windows version
REVERT: 0a81621 support Python3.9
REVERT: f9bdf9b update to python 3.9
REVERT: ac470c0 Merge commit 'a6eb923029055847f2d9d801c67bf4576bdaa0c5'
REVERT: a6eb923 Squashed 'opensees/' changes from 2f5bc77..ae6e39f
REVERT: a0a989e remove visualization libs from openseespy
REVERT: 86743b4 Squashed 'opensees/' changes from e207987..2f5bc77
REVERT: 92e8626 Merge commit '86743b450b53e92dae9517e3bb20b1a906180075'
REVERT: e49436d update build docker
REVERT: 3f1c6f7 update version 3.4.0.1
REVERT: f7f06f5 update build_docker and pip setup
REVERT: 92a669f Merge commit '9c0652a79471a93aabfbc6323908709a24945c38'
REVERT: 9c0652a Squashed 'openseespy-docs/' changes from 41208757d..d9f49ec9a
REVERT: ee24c75 Squashed 'opensees/' changes from 2315cdc..e207987
REVERT: 717da8a Merge commit 'ee24c7546e3278cefbc4b12eae0a5d84678df9bd'
REVERT: 597951a update version 3.4.0.0
REVERT: 185ae9d build_docker.py add comments and comment warnings
REVERT: ef6ad84 Squashed 'opensees/' changes from b57156b..2315cdc
REVERT: 0cc17fc Merge commit 'ef6ad848b68f46aab06d9b0f921b6a472bbbdbf1'
REVERT: f3903df update docker file to add centos-openseespy-code tag
REVERT: caa5cb1 update pip setup
REVERT: ad80c32 update version 3.3.0.1
REVERT: 0eed7c5 Squashed 'openseespy-docs/' changes from 7b1f49089..41208757d
REVERT: b00478e Merge commit '0eed7c54ad71f7bd233d69cb7774c5ccc0d72edb'
REVERT: 8ecd274 Squashed 'opensees/' changes from c9627c1..b57156b
REVERT: e451526 Merge commit '8ecd274bcf5cbcc4705362debb60f19749306dea'
REVERT: 35b372a Merge pull request #67 from parched/patch-1
REVERT: add44ca Fix error message when import fails on windows
REVERT: a9923b1 Merge pull request #62 from ccaprani/patch-2
REVERT: c86b6aa Argument typo
REVERT: 5b81203 Add plot direction
REVERT: 4aa489f update build docker
REVERT: ce125ab update version for linux and win
REVERT: 12822e3 Squashed 'opensees/' changes from 534919c..c9627c1
REVERT: b494dcf Merge commit '12822e37afbec1ba0eb1c35c8a99460446a866fb'
REVERT: 15934fa update version 3.3.0.0
REVERT: c06b062 Squashed 'openseespy-docs/' changes from 79077af6..7b1f4908
REVERT: 340e4ca Merge commit 'c06b06248bf5bc64e4c2507b946ad9ddf2f7d796'
REVERT: 30c4342 Merge commit 'f13c663d9ef28804acd15407702c9027bdeb0df1'
REVERT: f13c663 Squashed 'opensees/' changes from d50e78a..534919c
REVERT: 1313e00 Merge pull request #59 from sewkokot/master
REVERT: d49cc98 add support for the 'layer circ' option
REVERT: 2acde0b ops_vis: improve default options, add circ patch, fix 3d equal axis
REVERT: a56f583 update version
REVERT: 6e6f15f update version 3.2.2.10
REVERT: dd4fb67 docker self compile mpich3.2
REVERT: 9b488f9 make openseespy depend on the three separated repos
REVERT: f99bcc1 add openseespywin-pip
REVERT: 66130c7 add openseespylinux-pip
REVERT: 6d58d90 update version 3.2.2.9
REVERT: 1deaba4 Squashed 'openseespy-docs/' changes from 1f2cc3909..79077af68
REVERT: b70180e Merge commit '1deaba4bd3ae30e78a371dfcdd6b7edcb5c8df47'
REVERT: bf61282 Squashed 'opensees/' changes from 68f912f..d50e78a
REVERT: cfe0c68 Merge commit 'bf61282ef07abfd997205e7bda9ad7af84377c6e'
REVERT: 9053a22 update to version 3.2.2.8
REVERT: 8e684b0 add release version in dockerfile
REVERT: c275aec change build_pip.py input order
REVERT: a6f039a Squashed 'opensees/' changes from b85bcc8..68f912f
REVERT: 6e2bcb9 Merge commit 'a6f039abb75eefd17f874efd2aed6522c139c8cd'
REVERT: 9a135c2 update pip
REVERT: e70b8e0 dockerfile for compiling openseespy in centos 7 and testing in centos, ubuntu, debian, and fedora
REVERT: 0041d47 update build_docker and build_pip
REVERT: 914ae99 fix copy_win_library
REVERT: 173970f load libraries at __init__.py
REVERT: 2dcf2e6 update docker and build_pip
REVERT: 5340f05 update version 3.2.2.7
REVERT: 4da9445 Squashed 'openseespy-docs/' changes from 5d108af2..1f2cc390
REVERT: 6e95e96 Merge commit '4da9445cc2839735c98b7639191ca4745a36bc2f'
REVERT: f4c1eb2 Squashed 'opensees/' changes from 0409cdd..b85bcc8
REVERT: 0256cf2 Merge commit 'f4c1eb293467539f81e5cb6b46ee6091f4ae5719'
REVERT: 68f1b24 update docker file
REVERT: 4c6a845 Merge pull request #54 from sewkokot/addOpsVis
REVERT: 1fe4477 ops_vis: fix Eds docstring for anim_defo and anim_mode
REVERT: 8cb23a3 ops_vis.py major update, fixes of code and documentation strings
REVERT: 5510e7b fix format in build pip
REVERT: 5ad2abe build pip add zip option
REVERT: 458533b update build_pip
REVERT: e5573cc update version
REVERT: a8220fc update docker
REVERT: 1f0e5c7 update Dockerfile
REVERT: 3a68040 update Dockerfile
REVERT: 16b0745 build_docker.py
REVERT: d66435e build_docker.py
REVERT: c5f8b1b update version 3.2.2.6
REVERT: 0a8b027 Squashed 'openseespy-docs/' changes from 60eb74ee..5d108af2
REVERT: f60f908 Merge commit '0a8b027f24e6f0ccfcb9dc85f34ef848cfea246f'
REVERT: 0f8a990 Squashed 'opensees/' changes from 16b5363..0409cdd
REVERT: fefd81f Merge commit '0f8a990e959b101e5ab820e530813a37a3871d35'
REVERT: 03b6f78 update_version.py
REVERT: af2ed9b update_version.py
REVERT: a112915 add update_version.py
REVERT: 5d71d55 update docker
REVERT: 58712cf update build_pip.py
REVERT: db537fe pip update
REVERT: 5159126 Update to 3.2.2.6
REVERT: 87486a4 add a typo in build_pip
REVERT: eb32789 use different python names on different platforms
REVERT: bd11a82 Merge branch 'master' of github.com:zhuminjie/OpenSeesPy
REVERT: cd07262 use @loader_path in mac
REVERT: 40e506c copy linux libray
REVERT: 74c7673 update install scripts
REVERT: 03da73f bug fixing for mac os version
REVERT: 390e530 add mac
REVERT: cc5ada1 3.2.2.5
REVERT: b5b0a4e import __version__
REVERT: 31a53df Fix an issue with Windows
REVERT: d16fd50 Update version
REVERT: 51179c5 update init
REVERT: caf3304 update install_pip and install_test
REVERT: 2262b5d update build_pip
REVERT: fafbbfd Merge pull request #43 from sewkokot/addOpsVis
REVERT: 3f218e8 update ops_vis: more descriptive matplotlib line style formats
REVERT: 759c12d move openseespy version to ops.__version__
REVERT: ce7110a initial import of ops_vis plotting module
REVERT: 4e25f2d update install_pip.py
REVERT: 579d5f2 fix a typo in init.py
REVERT: ffe6ece setup 3.7 folder
REVERT: 281a11e copy library for 3.7
REVERT: ac7a49e windows support for 3.7 and 3.8
REVERT: eef221c update openseespy pip for windows
REVERT: 5e826b8 Squashed 'openseespy-docs/' content from commit 60eb74ee
REVERT: 67a7284 Merge commit '5e826b8100e39febe4bf83d25401ca3fcdb047bd' as 'openseespy-docs'
REVERT: 2a6d645 remove openseespy-docs
REVERT: 21ec279 Merge pull request #39 from u-anurag/Cslotboom_Spelling_error
REVERT: aa03fd8 Resloved Spelling error
REVERT: 30da127 Squashed 'opensees/' changes from 153a183..16b5363
REVERT: a3d8b21 Merge opensees commit '30da127afc551d0985834664bfc47318aa7fb2b6'
REVERT: 85d1a0d Merge pull request #38 from u-anurag/OpenSeesPy-Plotting
REVERT: 7fd373c Removed a variable that didn't do anything. Changed pytest variable names. (#64)
REVERT: e13aaa9 Moved Tests and moved out individual functions . (#63)
REVERT: 8c80d7b changing "scale" variable to be consistent (#61)
REVERT: 04c515e Updated Animations to display time, other small patches (#60)
REVERT: 1ebf0cb Adding option to save animation (#58)
REVERT: 7a487b8 Update Get_Rendering.py
REVERT: 222a428 Additional arguments to animation (#57)
REVERT: 2a6d7a0 Update Get_Rendering.py (#56)
REVERT: c496205 Minor changes (#55)
REVERT: 0bbfdf9 Remove 'model_ODB' test (#52)
REVERT: b846096 adding tempSurface = [None] to _plotCubeSurf() (#51)
REVERT: 60d7198 changing names to be consistent with internal functions (#50)
REVERT: a576ce6 Some final edits to Get_Rendering (#49)
REVERT: 10af31e V1 Release (#47)
REVERT: 1e70469 Moving Functions (#40)
REVERT: 53058d1 Adding time-step option for recorders. (#39)
REVERT: 6c24139 selective input for createODB() (#36)
REVERT: 882e9cc Updating plot_deformedshape() (#32)
REVERT: 1db894c Adding procedure to read the node displacement data. (#31)
REVERT: bb6b859 Add read and write modeshape data (#28)
REVERT: ec060cd Add _plotBeam2D() (#29)
REVERT: d9506e9 Changed to streamline with ODB (#30)
REVERT: 533ae11 Animation Function (#26)
REVERT: b6e5670 Cslotboom preAnimation functions (#25)
REVERT: 27a2456 Cleanup of createODB, readODB and plot_model functions (#23)
REVERT: d8fb60c Cslotboom updates (#20)
REVERT: b700ad2 Removed '-closeOnWrite' from the recorders. (#18)
REVERT: 2e5ea9c remove internal plotting functions (#17)
REVERT: 2f24ecd put all internal plotting functions in a separate file (#16)
REVERT: 508ee21 Create example to test Brick elements (#15)
REVERT: f926225 fix file name
REVERT: b3a850c Create test_SteelFrame2D example (#14)
REVERT: 02de975 Create test_shell3D example (#13)
REVERT: 800fdbe Create PortalFrame3D.py to test plotting for 3D stick-beam model (#12)
REVERT: 4cc2855 Create internal_database_functions.py
REVERT: 0f0e4ce Create Get_Fiber_Response.py
REVERT: 0f62f96 Merge pull request #32 from u-anurag/master
REVERT: cfe84a0 Add Output database command
REVERT: 52ef2fa Update functions with object oriented definitions
REVERT: e8c80ab Merge pull request #3 from zhuminjie/master
REVERT: 30b95f8 change docker folder name
REVERT: 6d7ba6e change doc folder name
REVERT: 94dddb3 change folder name
REVERT: c72bcd3 Squashed 'opensees/' content from commit 153a183
REVERT: d0e4920 Merge commit 'c72bcd315ac06c04c6961e8b258590aaa55e280b' as 'opensees'
REVERT: bc1a47a update readme
REVERT: 2a0bf6b Merge pull request #2 from zhuminjie/master
REVERT: 8cb5921 update readme
REVERT: 6b76a3e update readme
REVERT: 07d6674 update readme
REVERT: 05f044d Merge commit '4bf81cff414b14aea00a01a27bd20aa1b3cdd5d8'
REVERT: 4bf81cf Squashed 'doc/' changes from f0f2a57..9a3a57a
REVERT: e824ab0 update index
REVERT: 6d99758 add gitignore at root
REVERT: 05da732 Squashed 'doc/' content from commit f0f2a57
REVERT: 6258e41 Merge commit '05da732833a05f0c23db5ea71a4ebc78dfa496a7' as 'doc'
REVERT: 78581a7 update readme
REVERT: c349500 add docker in readme
REVERT: ab4a439 Merge branch 'master' of github.com:zhuminjie/OpenSeesPy
REVERT: 3fc9b3b add docker
REVERT: 03cb4b0 Update README.md
REVERT: ef4cd12 Create README.md
REVERT: a9bb9bd move gitignore to pkg
REVERT: fd56134 move all package code to a sub-folder pkg
REVERT: 7a53f2b test pre-release
REVERT: 6be4e70 push new version shipping with new libraries
REVERT: 959570f add no cache in test
REVERT: 6439a27 push a minor version
REVERT: 7e89826 test version
REVERT: 2747059 update install scripts
REVERT: fe551d5 test version
REVERT: bbb41a0 update readme
REVERT: 2eaae17 Merge pull request #20 from u-anurag/master
REVERT: 4815c3a Update Get_Rendering.py
REVERT: c727c7f add -y to uninstall
REVERT: af7089b update testing scripts
REVERT: d804f38 remove option
REVERT: 300af16 use python as name
REVERT: 55da66f add install and test scripts
REVERT: 8cc5b25 update README
REVERT: db00448 Added input to select show node and element tags
REVERT: 55617d4 "Automatic synchronization of github repo 04/21/2020 18:13:37"
REVERT: 7c7c3e4 remove build main
REVERT: 752568f move tests
REVERT: 62115f1 update version number to 3.2.0
REVERT: 325db07 add test for the package
REVERT: e7035b4 add data file in setup.py
REVERT: 7499e25 update build_pip.py
REVERT: 7774a5a update readme
REVERT: 7b46f21 purge postprocessing folder
REVERT: 84f1fbe update init file
REVERT: af97c7f Adding preprocessing folder and DiscretizeMember function
REVERT: 21f7cf6 Merge pull request #1 from u-anurag/u-anurag-patch-1
REVERT: c2c816a Fix indentation
REVERT: 06f0765 Merge pull request #16 from gaaraujo/master
REVERT: 9f54ac5 Merge branch 'master' into master
REVERT: 53570fc fixed typos in plot_deformedshape
REVERT: 9d892ab Update Get_Rendering.py
REVERT: e78b8f5 fixed typo in plot_deformedshape
REVERT: 9f5865a added functions for plotting deformed shapes
REVERT: bcfd6c9 added functions for plotting deformed shapes
REVERT: c9e25fb Added plot functions
REVERT: 59fc862 Updated code to force inline, interactive plots
REVERT: 5615176 Show mode shape number and period
REVERT: 20d61e8 update build openseespy
REVERT: 48018a1 add script
REVERT: 4aec781 build_pip
REVERT: 48a7cca update build_pip
REVERT: 737fd18 update build_pip
REVERT: 66349a0 update license
REVERT: 881b2c2 5.12
REVERT: fe4d41a build_pip.py
REVERT: 57ee9fc fix bug in PlanarShearWall.py
REVERT: a128fde update vscode
REVERT: 9f628ea version 3.1.5.11
REVERT: 9a578fa add tests
REVERT: b3552e5 update version
REVERT: 41d77db Update Get_Rendering.py to plot 3D shell and solid elements
REVERT: 89baf41 reorder import statements
REVERT: 6c082b5 Procedure to display model and mode shapes
REVERT: 5b84e0b 0.5.9
REVERT: 976e07a updates
REVERT: 7cc2fe0 version 0.5.4
REVERT: 112a14d Update version = 0.4.2019.7
REVERT: 50c1ca7 Update version = 0.3.2019.6
REVERT: 596e26d Update ignore and setup.py
REVERT: 4c95e3c Revert "change setup to multiple platforms"
REVERT: b8a6dd1 change setup to multiple platforms
REVERT: 618a056 Merge pull request #3 from openseespy/travis-testing
REVERT: 4ca0d26 added travis ci file
REVERT: a172039 v0.2.0
REVERT: 3bb28e8 Merge pull request #1 from s-m-amin-ghasemi/patch-1
REVERT: 39fb972 Update test_sanity.py
REVERT: 1564f70 Update test_sanity.py
REVERT: d999eda v0.1.1
REVERT: 7a09628 pack dynamic libraries
REVERT: 87c7411 version 0.1.1 (automatically detects plaftforms and python versions)
REVERT: 76e15e1 0.0.7
REVERT: 907c616 remove library files
REVERT: 234e573 version 0.0.6
REVERT: 7cd1804 version 0.0.5
REVERT: 3c10fc6 version 0.0.4
REVERT: 356363d add license
REVERT: cd8906a add openseespy.pyd
REVERT: be57ee1 testing.
REVERT: a40256c Update README.rst
REVERT: ec28484 change gitignore
REVERT: 40800ba add opensees.so
REVERT: 41549c3 add requirements
REVERT: 81625f6 Update README.rst
REVERT: e0db565 add OpenSeesPy library
REVERT: 9129813 add readme

git-subtree-dir: opensees
git-subtree-split: 153970cecdb54a5cdd71d0e8a25f55d864b7b3c0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants