- May 04, 2022
-
-
Dennis Gläser authored
-
- May 03, 2022
-
-
Dennis Gläser authored
[bugfix][gridgeometry] Always construct bboxtree and element map Closes #1151 See merge request !3095
-
Timo Koch authored
A thread-safe implementation with double-checked lock needs atomic load/store operations to update the pointer to be thread-safe. Alternatively, a lock has to be acquired every time when the function is called. Both implementations impair the scalability of the multihreaded assembly (in the case of tpfa, or any simulation that uses element maps or bounding box tree on an element level). This changes the beahviour to always build the tree and the element map. This usually occurs little runtime overhead in cases where the features are unused. It is the most performant version as soon as one of the features is used. There is however some memory overhead in the order of one or more ints per element (seeds) and a bounding box hierarchy.
-
Timo Koch authored
-
- May 02, 2022
-
-
Dennis Gläser authored
Bugfix/gridgeometry thread safe lazy initializer Closes #1148 See merge request !3087
-
-
-
Dennis Gläser authored
[cmake] install all modules See merge request !3086
-
-
Yue Wang authored
-
Timo Koch authored
-
Timo Koch authored
-
-
* Update the generators for the new spatialparams classes * use the new problem and spatialparams classes
-
Dennis Gläser authored
[2p2c][doc] rewrite model documentation See merge request !3056
-
Dennis Gläser authored
-
- Apr 29, 2022
-
-
Martin Schneider authored
[bugfix][parallel][solver] Rebuild parallel helpers after grid adaption See merge request !3080
- Apr 28, 2022
- Apr 27, 2022
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
The former checks whether a property is specialized for the given typetag, The latter are convenience alias to get the defined type if it's specialized for the TypeTag and some other given type if not.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored