update to command line options
parent
77cae6185e
commit
1ea56b8efc
3
main.cpp
3
main.cpp
|
@ -75,12 +75,13 @@ int main(int argc, char *argv[])
|
|||
cout << " <options>" << 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=<type>\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
|
||||
|
|
Loading…
Reference in New Issue