PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15
stars
125
forks
source link
Revision of printed information for methods in `data_structures.py` #6
The provided information by the objects defined indata_structures.py, when requested via print(), needs to be revised. Some of the objects provide less information then they actually contain, e.g. Parameter. This makes tracking of errors for improperly set up input files difficult.
In GitLab by @hehnen1 on Nov 1, 2017, 09:46
The provided information by the objects defined in
data_structures.py
, when requested viaprint()
, needs to be revised. Some of the objects provide less information then they actually contain, e.g.Parameter
. This makes tracking of errors for improperly set up input files difficult.