99 virtual void initOptions(map<tString,tString>& options)
const;
DEFINE_SPTR(EMM_LandauLifschitzSystem)
This class is a Run class for Common package.
Definition: CORE_Run.h:38
virtual tBoolean makeRun(const map< tString, tString > &options) const
run the program
Definition: EMM_Run.cpp:403
virtual tBoolean makeValidation(const map< tString, tString > &options) const
compare the result with validated results
Definition: EMM_Run.cpp:268
EMM_Run(void)
create
Definition: EMM_Run.cpp:22
virtual tBoolean makeTests(const map< tString, tString > &options) const
run the tests
Definition: EMM_Run.cpp:376
This class is the runner class for the generic package of the core module of mricom Package...
Definition: EMM_Run.h:27
#define tBoolean
Definition: types.h:139
virtual void initManOptions(map< tString, map< tString, tString > > &manParameters) const
init the man of options
Definition: EMM_Run.cpp:50
tBoolean makeDiff(const map< tString, tString > &options, const tString &f1, const tString &f2, const tReal &eps) const
make the difference between 2 files
Definition: EMM_Run.cpp:294
This class describes a resolution of landau-lifschitz system of the Core Package for E-MicroM...
Definition: EMM_LandauLifschitzSystem.h:88
SP::EMM_LandauLifschitzSystem loadSystemFromOptions(const map< tString, tString > &options) const
load the E-MicroM problem from the options
Definition: EMM_Run.cpp:668
virtual void initOptions(map< tString, tString > &options) const
init the options
Definition: EMM_Run.cpp:164
virtual ~EMM_Run(void)
destroy
Definition: EMM_Run.cpp:28
static void updateIOThreadsNumber(const map< tString, tString > &options)
update the threads number of the IO
Definition: EMM_Run.cpp:335
#define tString
Definition: types.h:135
virtual void readOptionsFromCommandLine(int argc, char *argv[], map< tString, tString > &options) const
read the options from the commanand line
Definition: EMM_Run.cpp:35
#define tReal
Definition: types.h:118
virtual tBoolean makePerformance(const map< tString, tString > &options) const
run the performance tests
Definition: EMM_Run.cpp:390