From 1caf325978f8af57edbcdbd9a6b8af6494817ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vidar=20Stiernstr=C3=B6m?= Date: Mon, 9 Dec 2024 09:43:56 -0800 Subject: [PATCH] Change methods from private to public --- .../inducedSeismicity/QuasiDynamicEQRK32.hpp | 8 ++--- src/coreComponents/schema/schema.xsd | 31 ++++++++++++++++++- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/src/coreComponents/physicsSolvers/inducedSeismicity/QuasiDynamicEQRK32.hpp b/src/coreComponents/physicsSolvers/inducedSeismicity/QuasiDynamicEQRK32.hpp index 362217a0d3..0979fd22dd 100644 --- a/src/coreComponents/physicsSolvers/inducedSeismicity/QuasiDynamicEQRK32.hpp +++ b/src/coreComponents/physicsSolvers/inducedSeismicity/QuasiDynamicEQRK32.hpp @@ -90,10 +90,6 @@ class QuasiDynamicEQRK32 : public PhysicsSolverBase */ void stepRateStateODEAndComputeError( real64 const dt, DomainPartition & domain ) const; -private: - - virtual void postInputInitialization() override; - real64 updateStresses( real64 const & time_n, real64 const & dt, const int cycleNumber, @@ -113,6 +109,10 @@ class QuasiDynamicEQRK32 : public PhysicsSolverBase */ void saveState( DomainPartition & domain ) const; +private: + + virtual void postInputInitialization() override; + /// pointer to stress solver PhysicsSolverBase * m_stressSolver; diff --git a/src/coreComponents/schema/schema.xsd b/src/coreComponents/schema/schema.xsd index 6cea491860..e130b1e56d 100644 --- a/src/coreComponents/schema/schema.xsd +++ b/src/coreComponents/schema/schema.xsd @@ -2113,6 +2113,11 @@ the relative residual norm satisfies: + + @@ -2129,6 +2134,11 @@ the relative residual norm satisfies: + + @@ -2143,6 +2153,11 @@ the relative residual norm satisfies: + + @@ -2151,6 +2166,11 @@ the relative residual norm satisfies: + + @@ -2161,6 +2181,11 @@ the relative residual norm satisfies: + + @@ -2199,7 +2224,7 @@ the relative residual norm satisfies: - + @@ -2652,6 +2677,8 @@ Level 0 outputs no specific information for this solver. Higher levels require m + + @@ -2739,6 +2766,8 @@ Level 0 outputs no specific information for this solver. Higher levels require m + +