Revision 5d64c154474a8694591b8d06104d9b54750a722a authored by Dmitry Yu. Naumov on 02 June 2021, 16:03:32 UTC, committed by Dmitry Yu. Naumov on 02 June 2021, 16:03:32 UTC
[THM] rename point heat source project/geometry files

See merge request ogs/ogs!3650
2 parent s 7b69a4a + 96974e7
Raw File
CreateNewtonRaphsonSolverParameters.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 */

#pragma once

namespace BaseLib
{
class ConfigTree;
}

namespace NumLib
{
struct NewtonRaphsonSolverParameters;

NewtonRaphsonSolverParameters createNewtonRaphsonSolverParameters(
    BaseLib::ConfigTree const& config);
}  // namespace NumLib
back to top