- Aug 04, 2022
-
-
- Aug 01, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jul 14, 2022
-
-
Tom Fischer authored
-
Dmitri Naumov authored
-
- Jul 10, 2022
-
-
Tom Fischer authored
-
- Jun 28, 2022
-
-
Dmitri Naumov authored
Saves few deep copies in the current implementation of the deactivated subdomains and can be further used to eliminate the unique_ptr return type pattern occuring in the construction of final or intermediate objects. Explicitly delete Mesh assignments: Because the mesh id is unique (const member set from global counter) the assignments should be forbidden (explicitly) because comparison of meshes by ids would be broken.
-
Dmitri Naumov authored
In: - createMeshFromElementSelection: creation of bulk node ids - createMeshFromElementSelection: iteration over a map of nodes - findElementsConnectedToNodes: iteration over element's nodes - Mesh copy constructor: iteration over cloned elements
-
- Jun 27, 2022
-
-
Dmitri Naumov authored
The elements of the range must support the getID() function. For the nodes the function is trivial in most cases because the numbering of the nodes is guaranteed to be 0, 1, ..., n-1 for n nodes upon mesh creation. But for an arbitrary set of nodes the numbering might be different.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
-
- Jun 21, 2022
-
-
wenqing authored
i.e. replaced getElementSizes with getMaxiumElementEdgeLengths
-
- Jun 16, 2022
-
-
wenqing authored
-
- Jun 13, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 01, 2022
-
-
Tom Fischer authored
-
- May 16, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 11, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
Extract allNodesUsed(), existCollapsibleNodes(), and evaluateElementGeometry() from MeshValidation constructor that can be removed afterwards.
-
Tom Fischer authored
-
Tom Fischer authored
Fixes issues in code quality report.
-
- Apr 27, 2022
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Apr 26, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Rename Point3d::getCoords() -> Point3d::data() and WeightedPoint::getCoords() -> WeightedPoint::data().
-
Tom Fischer authored
-