8extern std::shared_ptr<Kernel>
SolverFactory(
const std::string& name, std::shared_ptr<Kernel> kmodel);
this file provide Kernel class
< http://warp.povusers.org/FunctionParser/fparser.html
std::shared_ptr< Kernel > SolverFactory(const std::string &name, std::shared_ptr< Kernel > kmodel)