Hi, all
Is it posible to call several limit state functions with the same input vectors?
I would like to connect OpenTURNS with OpenSeesPy. I think that it is easy and I can do it how it were a Python function.
Thanks
Luis
You might want to look at the function examples:
http://openturns.github.io/openturns/latest/auto_functional_modeling/index.html
In particular PythonFunction:
Or AggregatedFunction: