DPsim
|
Static Public Member Functions | |
static const std::vector< DirectLinearSolverImpl > | mSupportedSolverImpls (void) |
MNA implementations supported by this compilation. | |
template<typename VarType > | |
static std::shared_ptr< MnaSolver< VarType > > | factory (String name, CPS::Domain domain=CPS::Domain::DP, CPS::Logger::Level logLevel=CPS::Logger::Level::info, DirectLinearSolverImpl implementation=mSupportedSolverImpls().back(), String pluginName="plugin.so") |
sovlerImpl: choose the most advanced solver implementation available by default | |
Definition at line 35 of file MNASolverFactory.h.