- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Nov 24, 2023
-
-
Tom Fischer authored
-
- Jun 07, 2023
-
-
wenqing authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 23, 2022
-
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Aug 03, 2020
-
-
Tom Fischer authored
Rename a the method from getNumberOfComponents() to getNumberOfGlobalComponents() in class LocalToGlobalIndexMap.
-
- Jul 20, 2020
-
-
Tom Fischer authored
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- 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/'
-
- May 17, 2019
-
-
Dmitri Naumov authored
Sometimes it happens, that a used parameter is defined on a different mesh, then the mesh node/element ids do not point to the right entities. This is difficult to detect at runtime (you have to look into the results) and leads to difficult to find errors. This implements an additional function to check the domains of definition, and adds an optional call to the test when the parameter is found.
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
Just move and rename the namespace.
-
- Mar 09, 2019
-
-
Dmitri Naumov authored
Calls corresponding to the dimension rotation function from the coordinate system.
-
Dmitri Naumov authored
-
- Mar 01, 2019
-
-
Dmitri Naumov authored
-
- Jan 30, 2019
-
-
Norihiro Watanabe authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jun 28, 2018
-
-
Dmitri Naumov authored
-
- May 23, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 23, 2017
-
-
Dmitri Naumov authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Nov 12, 2016
-
-
- Sep 14, 2016
-
-
- Aug 29, 2016
-
-
Dmitri Naumov authored
This simlifies access to the values while maintaining simple interface.
-
- Aug 26, 2016
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Feb 02, 2016
-
-
Christoph Lehmann authored
-