KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
SolverFactory.h
Go to the documentation of this file.
1#ifndef SolverFactory_H
2#define SolverFactory_H
3
4#include "kids/Kernel.h"
5
6namespace PROJECT_NS {
7
8extern std::shared_ptr<Kernel> SolverFactory(const std::string& name, std::shared_ptr<Kernel> kmodel);
9
10}; // namespace PROJECT_NS
11
12#endif // SolverFactory_H
this file provide Kernel class
< http://warp.povusers.org/FunctionParser/fparser.html
Definition Context.h:39
std::shared_ptr< Kernel > SolverFactory(const std::string &name, std::shared_ptr< Kernel > kmodel)