- Jul 31, 2022
-
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Jul 29, 2021
-
-
wenqing authored
-
- Jul 07, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jul 26, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Putting IntegrationMethod after GlobalDim enables automatic template argument deduction for that type.
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Oct 22, 2019
-
-
Dmitri Naumov authored
Main reason for modification is the getFlux function, which for particular processes (ComponentTransport) relies on all solutions being available. This modification ripples through all of the code, especially through the boundary conditions. Modified `applyNaturalBC`, `preTimestep`, `integrate`, and `assemble` functions.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Mar 01, 2019
-
-
Dmitri Naumov authored
These are almost the same and the difference is in the handling of the shape functions.
-
- Feb 01, 2019
-
-
Norihiro Watanabe authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Aug 17, 2018
-
-
Christoph Lehmann authored
-
- Jan 12, 2018
-
-
Lars Bilke authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Feb 08, 2017
-
-
Dmitri Naumov authored
Mainly the shape matrices are affected.
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Oct 04, 2016
-
-
Christoph Lehmann authored
-
- Aug 30, 2016
-
-
Dmitri Naumov authored
Changing the initialization order in the local assemblers is required.
-
Dmitri Naumov authored
Creating integration method object for every assembly is not cheap because of the std::pow call. Since the method does not change, it can be stored once per assembler.
-
- Aug 29, 2016
-
-
Christoph Lehmann authored
-
- Aug 09, 2016
-
-
Christoph Lehmann authored
-