/README.md (b94faa284798e7081592786ccb0256b815411462) (719 bytes) (mode 100644) (type blob)
WellMet is pure Python framework for spatial structural reliability analysis. Or, more specifically, for "failure probability estimation and detection of failure surfaces by adaptive sequential decomposition of the design domain".
Main dependencies are numpy+scipy, pandas, quadpy.
Qt frontend requires pyqtgraph.
To run graphical frontend with predefined reliability problems type in shell: python -m wellmet
The software has been developed as part of an internal academic project no. FAST-K-21-6943 sponsored by the Czech Ministry of Education, Youth and Sports and also by project named ``Quality Internal Grants of BUT (KInG BUT)'', Reg. No. CZ.02.2.69/0.0/0.0/19\_073/0016948, which is financed from the OP RDE.
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
26 |
aed04ad7c97da717e759111aa8dd7cd48768647f |
.gitignore |
100644 |
blob |
1093 |
263306d87c51114b1320be2ee3277ea0bff99b1f |
LICENSE |
100644 |
blob |
719 |
b94faa284798e7081592786ccb0256b815411462 |
README.md |
040000 |
tree |
- |
cb75675fa2d03aa8773d79b44b59286a1acc1a3f |
wellmet |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/WellMet
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/WellMet
Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/WellMet
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main