From 1ea56b8efc943e6a35a4690a51b30504846861da Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Mon, 28 Mar 2011 11:20:26 +0200 Subject: [PATCH] update to command line options --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2128a7d..2d6b11f 100644 --- a/main.cpp +++ b/main.cpp @@ -75,12 +75,13 @@ int main(int argc, char *argv[]) cout << " " << endl; cout << "\t--disable-dumps\t\tDisable all field dumps for faster simulation" << endl; cout << "\t--debug-material\tDump material distribution to a vtk file for debugging" << endl; - cout << "\t--debug-PEC\tDump metal distribution to a vtk file for debugging" << endl; + cout << "\t--debug-PEC\t\tDump metal distribution to a vtk file for debugging" << endl; cout << "\t--debug-operator\tDump operator to vtk file for debugging" << endl; cout << "\t--debug-boxes\t\tDump e.g. probe boxes to vtk file for debugging" << endl; cout << "\t--debug-CSX\t\tWrite CSX geometry file to debugCSX.xml" << endl; cout << "\t--engine=\t\tChoose engine type" << endl; cout << "\t\t--engine=fastest\t\tfastest available engine (default)" << endl; + cout << "\t\t--engine=basic\t\t\tbasic FDTD engine" << endl; cout << "\t\t--engine=sse\t\t\tengine using sse vector extensions" << endl; cout << "\t\t--engine=sse_compressed\t\tengine using compressed operator + sse vector extensions" << endl; #ifdef MPI_SUPPORT