Multiscale Modeling of Granular Materials
Blog
Blog
Posts
Debug Abaqus Subroutines
配置使用 ChatGPT Academic
Matplotlib Widget for PyQt
Freezing Installed Python Packages
Frequently Used Softwares
Papers
Evaluation of Soil-Structure Interface Models Considering Cyclic Loading Effect
Uncertainty Quantification of Soil-Structure Interface Properties with an Enhanced Hypoplastic Interface Model
Evaluation of Soil-Structure Interface Models
On this page
Posts
Edit this page
Report an issue
Categories
All
(5)
Abaqus
(1)
Academic
(5)
Debugging
(1)
Drawing
(1)
FEM
(1)
IDE
(1)
Matplotlib
(1)
Pip
(1)
Programming Language
(1)
Python
(3)
Qt
(1)
Subroutine
(1)
Version Control
(1)
Blog
Posts
Debug Abaqus Subroutines
Academic
FEM
Abaqus
Subroutine
Debugging
Go the the Abaqus configuration file
abaqus_v6.env
or
win86_64.env
in the Abaqus path, for me, it locates in the following path:
Mar 14, 2023
Hailin Wang
Freezing Installed Python Packages
Academic
Python
Pip
Use the
pip freeze
command to generate a list of installed packages and their versions and save it to the
requirements.txt
file.
Mar 17, 2023
Hailin Wang
Frequently Used Softwares
Academic
Drawing
IDE
Programming Language
Version Control
Some frequently used softwares for my daily work.
Mar 17, 2023
Hailin Wang
Matplotlib Widget for PyQt
Academic
Python
Qt
Matplotlib
The following snippet is a
MplWidget
class that can be used in PyQt or PySide applications. It is a
QWidget
that contains a
matplotlib
figure and a toolbar.
Mar 15, 2023
Hailin Wang
配置使用 ChatGPT Academic
Academic
Python
你可以到 GitHub Release 页面下载 ChatGPT Academic 的离线安装包,解压后安装即可使用。
Oct 20, 2023
Hailin Wang
No matching items
Back to top
Debug Abaqus Subroutines