nekStab / nekStab

An open source toolbox based on Krylov methods for highly parallel global linear stability analysis of incompressible flow problems for Nek5000.
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

POD/DMD Post-processing #24

Open loiseaujc opened 3 years ago

loiseaujc commented 3 years ago

Need to implement the POD/DMD post-processing tools. Although I do have a python script to do it, it doesn't scale well for very large problems as it basically on plain numpy/scipy.

ricardofrantz commented 3 years ago

do you think a streaming version would make more sense?