From 05ef3469040519c5c641a1589ef4030ce074edeb Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 27 Jun 2018 19:22:07 +0200 Subject: [PATCH] [gridcreator] Over loadbalance to do nothing for OneDGrid which is not parallel --- dumux/io/gridcreator.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dumux/io/gridcreator.hh b/dumux/io/gridcreator.hh index 767ee716c8..4a32d2bcae 100644 --- a/dumux/io/gridcreator.hh +++ b/dumux/io/gridcreator.hh @@ -908,6 +908,11 @@ public: } } + /*! + * \brief Overload load balance. Does nothing since OneDGrid is not parallel + */ + static void loadBalance() {} + private: /*! * \brief Do some operatrion after making the grid, like global refinement -- GitLab