- Mar 04, 2019
-
-
Dmitri Naumov authored
clang-tidy modernize-use-transparent-functors check.
-
Dmitri Naumov authored
clang-tidy modernize-use-override check.
-
Dmitri Naumov authored
clang-tidy modernize-use-default-member-init check
-
Dmitri Naumov authored
Also those where the second and so forth arguments are defaulted. The MathLib::TemplateVector3 is an exception, because of the many required changes through the code, which relies on the implicit conversion from TemplatePoint<T, 3> to TemplateVector3<T>. clang-tidy '*explicit*' check.
-
- Mar 02, 2019
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 30, 2019
-
-
Lars Bilke authored
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Change the way a multiplier is computed, s.t. for a set of iterations and multipliers as: i = 5 8 10 m = 2 1 0.5 following multiplier is taken m(<5) = 2 m(5-7) = 2 m(8-9) = 1 m(>=10) = 0.5 This is easier to comprehend in the project files.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Otherwise the timestepper will repeat the second iteration of the first time step with the initial_dt and simulation will be aborted. In the current implementation the minimum dt will be taken for the second iteration.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Check vector sizes.
-
Dmitri Naumov authored
Remove duplicate docu from the inherited functions.
-
Dmitri Naumov authored
The iteration number is now set through the next() call.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
It contains a boolean for met error norms and a number of iterations of the solver made. The number of iterations is needed for a timestepping scheme.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 20, 2019
-
-
Dmitri Naumov authored
It is obviously adaptive.
-
Dmitri Naumov authored
Obligatory clang-format too. Choosing int over size_t for number of iterations -- nobody is going to wait that long anyway.
-
Dmitri Naumov authored
-
- Jan 08, 2019
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Nov 30, 2018
-
-
Dmitri Naumov authored
If the derived boundary mesh dof table is defined only on base nodes then the other nodes do not contain a valid global index.
-
- Nov 28, 2018
- Nov 27, 2018
-
-
wenqing authored
-
- Nov 23, 2018
-
-
Tom Fischer authored
-
- Oct 01, 2018
-
-
Dmitri Naumov authored
-
- Sep 30, 2018
-
-
Dmitri Naumov authored
-
- Sep 28, 2018
-
-
Norihiro Watanabe authored
-