#include <flotsam_cl.H>
Definition at line 3 of file flotsam_cl.H.
Definition at line 9 of file flotsam_cl.H.
Referenced by main().
10 AddOption(
'h',
"help");
11 AddOption(
'v',
"verb",1,
"level");
12 AddOption(
'd',
"debug");
13 AddOption(
'k',
"checking");
14 AddOption(
'c',
"config");
15 AddArgument(
"source",1);
16 AddArgument(
"timestamp",1);
17 AddArgument(
"target",1);
18 AddHelp(
"checking",
"Paranoid and insanely verbose dumping of all important arrays to Log.");
19 AddHelp(
"help",
"Prints this long version of help.");
20 AddHelp(
"verb",
"Makes the test more verbose. Default level is 1.");
21 AddHelp(
"config",
"Specifies the name of the configuration file.");
22 AddArgHelp(
"source",
"Specifies the name of the source data set.");
23 AddArgHelp(
"target",
"Specifies the name of the target grid file.");
24 AddArgHelp(
"timestamp",
"Specifies the timestamp on the source solution.");
25 std::ostringstream Ostr;
29 Ostr <<
"Rocflo tool for transferring a solution to another mesh.";
30 _description.assign(Ostr.str());
The documentation for this class was generated from the following file: