- Sep 05, 2021
-
-
-
-
-
-
This change makes it possible to use interface function Element::getNode() in Element::addNeighbor function.
-
This remove one dependencies on _nodes pointer C array. If all dependencies are removed the memory for storing the nodes can be in a std::array.
-
- Aug 30, 2021
-
-
Tom Fischer authored
The getContent() method is used only on very few places. Especially, it isn't used in the computation of any THMC processes. So the content doesn't need to be stored which saves memory. Furthermore, the time time for reading / initializing a mesh is reduced. In a hex mesh with 100x100x100 elements this saves 2.6% of storage and circa 25% time.
-
- Aug 09, 2021
-
-
Tom Fischer authored
This mv one dependency from _neighbors from the base class Element to the class TemplateElement.
-
- Aug 05, 2021
-
-
Tom Fischer authored
-
- May 11, 2021
-
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Mar 02, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Nov 30, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Change of the interface using structured bindings improves code quality.
-
Tom Fischer authored
-
- Apr 20, 2020
-
-
Tom Fischer authored
-
- Jan 24, 2020
-
-
Tom Fischer authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Feb 18, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
- Jan 10, 2017
-
-
- Jan 09, 2017
-
-
- Oct 12, 2016
-
-
Dmitri Naumov authored
The existing clone function is a direct copy, but setting different nodes is required.
-
- Aug 16, 2016
-
-
Tom Fischer authored
-
- Jul 11, 2016
- Jun 21, 2016
-
-
- Jun 17, 2016
-
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-