missing openEMS help info
parent
43e1f43c42
commit
a1a48b1c23
1
main.cpp
1
main.cpp
|
@ -75,6 +75,7 @@ int main(int argc, char *argv[])
|
||||||
cout << " <options>" << endl;
|
cout << " <options>" << endl;
|
||||||
cout << "\t--disable-dumps\t\tDisable all field dumps for faster simulation" << 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-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-operator\tDump operator to 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-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--debug-CSX\t\tWrite CSX geometry file to debugCSX.xml" << endl;
|
||||||
|
|
Loading…
Reference in New Issue