OGS
CreateChemicalSolverInterface.h File Reference

Detailed Description

Definition in file CreateChemicalSolverInterface.h.

#include <map>
#include <memory>
#include <string>
#include <vector>
#include "ChemicalSolverType.h"
#include "MathLib/LinAlg/GlobalLinearSolverType.h"
Include dependency graph for CreateChemicalSolverInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  BaseLib
 
namespace  MeshLib
 
namespace  ChemistryLib
 

Functions

template<ChemicalSolver chemical_solver>
std::unique_ptr< ChemicalSolverInterfaceChemistryLib::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)