|
IFEM
90A354
|
SIM solver configurator. More...

Go to the source code of this file.
Classes | |
| struct | SolverConfigurator< T > |
| Struct for configuring a given simulator. More... | |
Functions | |
| template<class T > | |
| int | ConfigureSIM (T &sim, char *infile, const typename T::SetupProps &props=typename T::SetupProps()) |
| Configuration template. More... | |
SIM solver configurator.
| int ConfigureSIM | ( | T & | sim, |
| char * | infile, | ||
| const typename T::SetupProps & | props = typename T::SetupProps() |
||
| ) |
Configuration template.
| sim | The simulator to configure | |
| [in] | infile | The input file to parse |
| [in] | props | The setup properties for the simulator |
References SolverConfigurator< T >::setup().
Referenced by SolverConfigurator< SIMSemi3D< PlaneSolver > >::setup().