Skip to content

Commit a0eba17

Browse files
committed
Merge branch 'main' of github.com:DongweiYe/ROM-with-geometry-informed-snapshots into main
2 parents 2261aee + 4b27928 commit a0eba17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Each example consists of three main procedures: preprocessing, finite element si
1818
- Parametrize the geometry and compute reduced parameters of geometry
1919

2020
* We provide three .edp here:
21-
- `ReferNS.edp` is designed for performing finite-element simulations (steady-state) with various shapes of domains on a reference domain. This step generates the geometry-informed snapshots for ROM (used for speedup comparison).
22-
- `ReferNS_transient_parallel.edp` is designed for performing finite-element simulations (transient) with various shapes of domains on a reference domain (paralleled with PETSc). This step generates the geometry-informed snapshots for ROM. (suggest to run)
21+
- `ReferNS_transient_parallel.edp` is designed for performing finite-element simulations (transient) with various shapes of domains on a reference domain (paralleled with PETSc). This step generates the geometry-informed snapshots for ROM.
22+
Implement with `ff-mpirun -np 16 ReferNS_transient_parallel.edp -v 0` where 16 stands for the number of cores for mpi.
2323
- `StandardNS.edp` is the standard finite-element simulation for the flow on its original domain. It is used for validation of the solution achieved on the reference domain
24+
- `ReferNS.edp` is designed for performing finite-element simulations (steady-state) with various shapes of domains on a reference domain. This step generates the geometry-informed snapshots for ROM (currently out-of-date, not using).
2425

2526
* `ROM.py` collects the snapshots data and constructs the ROM based on POD+RBF interpolation. The script also shows the prediction error on the validation and test dataset. The visualization results are saved in `data/error` directory in the form of .vtk.
2627

0 commit comments

Comments
 (0)