- Sep 22, 2021
-
-
The new implementation uses only local topology information to distinguish base and "higher" order nodes.
-
The latter relies on local information of element types and number of nodes, not the global numbering of nodes.
-
- Sep 20, 2021
-
-
Dmitri Naumov authored
-
- Sep 17, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
The connection information can be computed on the fly required.
-
Tom Fischer authored
-
Tom Fischer authored
Rename setNodesConnectedByElements to calculateNodesConnectedByElements and make it a free function. This 'out sourcing' makes it possible to compute the connection information only when it is required.
-
- Sep 15, 2021
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Sep 07, 2021
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-
Tom Fischer authored
-
- Sep 05, 2021
-
-
-
-
-
-
-
# Conflicts: # MeshLib/Elements/Element.cpp # MeshLib/Elements/TemplateElement.h
-
-
-
-
-
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.
-
- Sep 01, 2021
-
-
Tobias Meisel authored
-
- 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 27, 2021
-
-
Dmitri Naumov authored
-
- Aug 25, 2021
-
-
Tobias Meisel authored
On Windows absolute path inside xdmf to hdf was incorrect. Fix to relative path because file must be transferable
-
Tobias Meisel authored
-
- 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
-
- Jul 26, 2021
-
-
Lars Bilke authored
-
- Jul 21, 2021
-
-
wenqing authored
-
Lars Bilke authored
-
Tobias Meisel authored
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Jul 20, 2021
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Jul 09, 2021
-
-
Dmitri Naumov authored
-