mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
newtonmethodparameters.hh: rename to newtonmethodparams.hpp
This commit is contained in:
parent
e0af58a7cf
commit
1b19fa02f4
@ -706,7 +706,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/models/ncp/ncpproperties.hh
|
opm/models/ncp/ncpproperties.hh
|
||||||
opm/models/ncp/ncpratevector.hh
|
opm/models/ncp/ncpratevector.hh
|
||||||
opm/models/nonlinear/newtonmethod.hh
|
opm/models/nonlinear/newtonmethod.hh
|
||||||
opm/models/nonlinear/newtonmethodparameters.hh
|
opm/models/nonlinear/newtonmethodparams.hpp
|
||||||
opm/models/nonlinear/newtonmethodproperties.hh
|
opm/models/nonlinear/newtonmethodproperties.hh
|
||||||
opm/models/nonlinear/nullconvergencewriter.hh
|
opm/models/nonlinear/nullconvergencewriter.hh
|
||||||
opm/models/parallel/gridcommhandles.hh
|
opm/models/parallel/gridcommhandles.hh
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
#include <opm/models/discretization/common/fvbaseparameters.hh>
|
#include <opm/models/discretization/common/fvbaseparameters.hh>
|
||||||
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
|
|
||||||
#include <opm/models/nonlinear/newtonmethodparameters.hh>
|
#include <opm/models/nonlinear/newtonmethodparams.hpp>
|
||||||
|
|
||||||
#include <opm/models/utils/basicproperties.hh>
|
#include <opm/models/utils/basicproperties.hh>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
|
|
||||||
#include <opm/models/nonlinear/newtonmethodparameters.hh>
|
#include <opm/models/nonlinear/newtonmethodparams.hpp>
|
||||||
#include <opm/models/nonlinear/newtonmethodproperties.hh>
|
#include <opm/models/nonlinear/newtonmethodproperties.hh>
|
||||||
#include <opm/models/nonlinear/nullconvergencewriter.hh>
|
#include <opm/models/nonlinear/nullconvergencewriter.hh>
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
module for the precise wording of the license and the list of
|
module for the precise wording of the license and the list of
|
||||||
copyright holders.
|
copyright holders.
|
||||||
*/
|
*/
|
||||||
#ifndef EWOMS_NEWTON_METHOD_PARAMETERS_HH
|
#ifndef OPM_NEWTON_METHOD_PARAMS_HPP
|
||||||
#define EWOMS_NEWTON_METHOD_PARAMETERS_HH
|
#define OPM_NEWTON_METHOD_PARAMS_HPP
|
||||||
|
|
||||||
namespace Opm::Parameters {
|
namespace Opm::Parameters {
|
||||||
|
|
||||||
@ -61,4 +61,4 @@ struct NewtonWriteConvergence { static constexpr bool value = false; };
|
|||||||
|
|
||||||
} // end namespace Opm::Parameters
|
} // end namespace Opm::Parameters
|
||||||
|
|
||||||
#endif
|
#endif // OPM_NEWTON_METHOD_PARAMS_HPP
|
@ -25,7 +25,7 @@
|
|||||||
#include <opm/simulators/flow/FlowProblemParameters.hpp>
|
#include <opm/simulators/flow/FlowProblemParameters.hpp>
|
||||||
|
|
||||||
#include <opm/models/common/multiphasebaseparameters.hh>
|
#include <opm/models/common/multiphasebaseparameters.hh>
|
||||||
#include <opm/models/nonlinear/newtonmethodparameters.hh>
|
#include <opm/models/nonlinear/newtonmethodparams.hpp>
|
||||||
#include <opm/models/utils/parametersystem.hpp>
|
#include <opm/models/utils/parametersystem.hpp>
|
||||||
|
|
||||||
#include <opm/simulators/flow/EclWriter.hpp>
|
#include <opm/simulators/flow/EclWriter.hpp>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include <opm/models/io/vtkmultiphasemodule.hpp>
|
#include <opm/models/io/vtkmultiphasemodule.hpp>
|
||||||
#include <opm/models/io/vtkprimaryvarsmodule.hpp>
|
#include <opm/models/io/vtkprimaryvarsmodule.hpp>
|
||||||
#include <opm/models/io/vtktemperaturemodule.hpp>
|
#include <opm/models/io/vtktemperaturemodule.hpp>
|
||||||
#include <opm/models/nonlinear/newtonmethodparameters.hh>
|
#include <opm/models/nonlinear/newtonmethodparams.hpp>
|
||||||
#include <opm/models/utils/basicparameters.hh>
|
#include <opm/models/utils/basicparameters.hh>
|
||||||
#include <opm/models/utils/parametersystem.hpp>
|
#include <opm/models/utils/parametersystem.hpp>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <opm/common/ErrorMacros.hpp>
|
#include <opm/common/ErrorMacros.hpp>
|
||||||
#include <opm/common/Exceptions.hpp>
|
#include <opm/common/Exceptions.hpp>
|
||||||
|
|
||||||
#include <opm/models/nonlinear/newtonmethodparameters.hh>
|
#include <opm/models/nonlinear/newtonmethodparams.hpp>
|
||||||
#include <opm/models/nonlinear/newtonmethodproperties.hh>
|
#include <opm/models/nonlinear/newtonmethodproperties.hh>
|
||||||
|
|
||||||
#include <opm/models/utils/parametersystem.hpp>
|
#include <opm/models/utils/parametersystem.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user