Skip to content

Commit 0cceda4

Browse files
authored
Update README.md
1 parent d045a8c commit 0cceda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Each example consists of three main procedures: preprocessing, finite element si
1919

2020
* We provide three .edp here:
2121
- `ReferNS_steady_parallel.edp` is designed for performing finite-element simulations (steady) with various shapes of domains on a reference domain (paralleled with PETSc). This step generates the geometry-informed snapshots for ROM (recommend to use).
22-
Implement with `ff-mpirun -np 16 ReferNS_transient_parallel.edp -v 0` where 16 stands for the number of cores for mpi.
22+
Implement with `ff-mpirun -np 16 ReferNS_steady_parallel.edp -v 0` where 16 stands for the number of cores for mpi.
2323
- `ReferNS_transient_parallel.edp` is the transient version. It takes much more time to generate a steady solution, but can be used for time-dependent problems.
2424
- `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
2525

0 commit comments

Comments
 (0)