From b4fb31748ccbd5c9627e58b02a0072290b78e1fa Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Tue, 12 Jul 2022 13:10:14 +0300 Subject: [PATCH] Added beamWidth and beamHeight static variables --- reducedmodeloptimizer.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reducedmodeloptimizer.hpp b/reducedmodeloptimizer.hpp index 2161a05..a307eb4 100644 --- a/reducedmodeloptimizer.hpp +++ b/reducedmodeloptimizer.hpp @@ -90,6 +90,8 @@ private: std::vector scenarioIsSymmetrical; int fullPatternNumberOfEdges; constexpr static double youngsModulus{1 * 1e9}; + constexpr static double beamWidth{0.001}; + constexpr static double beamHeight{0.001}; std::string fullPatternLabel; // ReducedModelOptimization::Settings optimizationSettings;