https://gitlab.opengeosys.org/ogs/ogs.git
Revision da134e84ed019e5f8a2f7ff8cf6c712ae88baa11 authored by Lars Bilke on 20 October 2021, 07:50:47 UTC, committed by Lars Bilke on 21 October 2021, 10:44:31 UTC
1 parent 2f3728d
Raw File
Tip revision: da134e84ed019e5f8a2f7ff8cf6c712ae88baa11 authored by Lars Bilke on 20 October 2021, 07:50:47 UTC
[ctest] Add missing default label.
Tip revision: da134e8
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