LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
194 stars 36 forks source link

python interface #201

Open gokhalen opened 1 year ago

gokhalen commented 1 year ago

Am I correct in assuming that libROM does not have a Python interface?

EDIT: Can our Full Order Model be in Python?

Thanks,

-Nachiket

chldkdtn commented 1 year ago

We are currently working on introducing Python interface. Once we have a first version available, we will let you know.

dylan-copeland commented 1 year ago

Although the libROM python interface has not yet been introduced, non-invasive methods such as DMD in libROM (C++) can be used with data files generated by a python FOM code, of course. Invasive methods such as POD based ROM will require the python interface.