IFEM  90A354
Classes | Functions
SIMconfigure.h File Reference

SIM solver configurator. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

SIM solver configurator.

Date
Oct 12 2012
Author
Arne Morten Kvarving / SINTEF

Function Documentation

◆ ConfigureSIM()

template<class T >
int ConfigureSIM ( T &  sim,
char *  infile,
const typename T::SetupProps &  props = typename T::SetupProps() 
)

Configuration template.

Parameters
simThe simulator to configure
[in]infileThe input file to parse
[in]propsThe setup properties for the simulator

References SolverConfigurator< T >::setup().

Referenced by SolverConfigurator< SIMSemi3D< PlaneSolver > >::setup().