From f9420f196569cef3ae52f5456fe022fc4f5f00fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?FEL=C5=A0=C3=96CI=20Marek?= <marek.felsoci@inria.fr>
Date: Sun, 5 Nov 2023 17:55:34 +0100
Subject: [PATCH] Update help message

---
 src/help.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/help.c b/src/help.c
index 18c0fc7..6a71934 100644
--- a/src/help.c
+++ b/src/help.c
@@ -6,12 +6,9 @@
 int printHelp() {
 
   printf("\ntest_FEMBEM usage:\n-----------------\n\n"
-         "     --bem/--fem/--fembem: Numerical model (bem is dense, fem is sparse). Default: bem.\n"
          "     -nbpts: Number of unknowns of the global linear system. Default: 16000 (can be in floating point notation, like 1.2e4).\n"
          "     -nbrhs: Number of right-hand sides of the global linear system. Default: 1.\n"
          "     -s/-d/-c/-z: Scalar type of the computation (real computation uses 1/R kernel in BEM, complex computation uses oscillatory exp(ikr)/r kernel). Default: z.\n"
-         "     -v: Verbose mode, to display values of data (extremely verbose). Default is OFF.\n"
-         "     --new-rhs/--no-new-rhs: Use (or not) new way to compute RHS (old way was producing low rank RHS). Default is ON.\n"
          "     -lambda: Wavelength (for oscillatory kernels). Mutually exclusive with -ptsperlambda. Default lambda is set with 10 points per wavelength.\n"
          "     -ptsperlambda: Points per wavelength on the main cylinder (for oscillatory kernels). Default: 10.\n"
          "     --write-mesh: Write a VTK file 'mesh.vtu' of the mesh. Default is OFF.\n"
-- 
GitLab