OGS
|
Definition in file CreateChemicalSolverInterface.h.
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "ChemicalSolverType.h"
#include "MathLib/LinAlg/GlobalLinearSolverType.h"
Go to the source code of this file.
Namespaces | |
namespace | BaseLib |
namespace | MeshLib |
namespace | ChemistryLib |
Functions | |
template<ChemicalSolver chemical_solver> | |
std::unique_ptr< ChemicalSolverInterface > | ChemistryLib::createChemicalSolverInterface (std::vector< std::unique_ptr< MeshLib::Mesh > > const &meshes, std::map< std::string, std::unique_ptr< GlobalLinearSolver > > const &linear_solvers, BaseLib::ConfigTree const &config, std::string const &output_directory) |