|
IFEM
90A354
|
Struct for configuring a given simulator. More...
#include <SIMconfigure.h>
Public Member Functions | |
| int | setup (T &sim, const typename T::SetupProps &props, char *infile) |
| Configures a simulator. More... | |
Struct for configuring a given simulator.
Your SIM needs to specialize this for its type.
| int SolverConfigurator< T >::setup | ( | T & | sim, |
| const typename T::SetupProps & | props, | ||
| char * | infile | ||
| ) |
Configures a simulator.
| sim | The simulator to configure | |
| [in] | props | The setup properties for the simulator |
| [in] | infile | The input file to parse |
Referenced by ConfigureSIM().