From 0cceda486a85e7aab99cc9d677a333988661b8b9 Mon Sep 17 00:00:00 2001 From: DongweiYe <42545506+DongweiYe@users.noreply.github.com> Date: Sat, 21 Oct 2023 02:35:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2aa6f9..904a68d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Each example consists of three main procedures: preprocessing, finite element si * We provide three .edp here: - `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). - Implement with `ff-mpirun -np 16 ReferNS_transient_parallel.edp -v 0` where 16 stands for the number of cores for mpi. + Implement with `ff-mpirun -np 16 ReferNS_steady_parallel.edp -v 0` where 16 stands for the number of cores for mpi. - `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. - `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