From 4e4ce2c354ecfb4b85a5ed982230ea1fbc50d92b Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 6 Jun 2019 10:07:16 +0200 Subject: [PATCH] [PL/HT] Create {pressure,temperature}_{index,size}. --- ProcessLib/HT/HTFEM.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ProcessLib/HT/HTFEM.h b/ProcessLib/HT/HTFEM.h index 6475ea65d75..86903ca1f9f 100644 --- a/ProcessLib/HT/HTFEM.h +++ b/ProcessLib/HT/HTFEM.h @@ -354,6 +354,12 @@ protected: return cache; } + +protected: + static const int pressure_index = ShapeFunction::NPOINTS; + static const int pressure_size = ShapeFunction::NPOINTS; + static const int temperature_index = 0; + static const int temperature_size = ShapeFunction::NPOINTS; }; } // namespace HT -- GitLab