OpenSeesPy icon indicating copy to clipboard operation
OpenSeesPy copied to clipboard

OpenSeesPy versions, doc, and pip

Results 42 OpenSeesPy issues
Sort by recently updated
recently updated
newest added

Hi, The official documentation page for examples in structures is a bit scarce: https://openseespydoc.readthedocs.io/en/latest/src/structure.html I would like to ask if there are more in depth tutorials for OpenSeesPy specially in...

Can you please update the line of code that prints the material tag for each `IMKBilin` material in a model to the console? While this is a minor issue, it...

Could it be possible that the drift recorder has a bug? It works for single iNode and jNode. However, it gives an error in the case of more than one...

Hello, Would you please let me know how I can use this code line from Opensees (tcl) in the Openseespy environment? "updateParameter -material $tag -refB $newVal" Specifically, I wish to...

Hi, I am getting weird data from recorder in parallel processing, such that some data are missing and recorded data is in unsorted and duplicate form I have attached a...

Currently, basicForce(eleTag) is returning [axial, moment1, moment2], should it be returning [axial, shear, moment]?

Dear Dr. Zhu, I am building a 3D finite element model for geotechnical engineering, using standard brick elements to model the soil. I am wondering if it's possible to create...

I was able to follow the steps given [here](https://opensees.github.io/OpenSeesDocumentation/developer/build.html#ubuntu). I successfully created binaries (sequential, MP, and SP) and the OpenSeesPy.so in lib directory. However, I cannot use the MUMPS solver...

Getting error with "updateParameter" in openseespy WARNING: parameter - failed to get parameter tag Traceback (most recent call last): File ~\.conda\envs\py39\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals, locals) File c:\users\abahugu\onedrive - clemson...

Hi, The following code ends with segfault on AMD processor and Ubuntu 24.04.3 LTS x86_64 In same time it works ok on Windows 11 intel CPU `from openseespy.opensees import *`...