- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jul 12, 2018
-
-
Dmitri Naumov authored
-
- Jun 26, 2018
-
-
Tom Fischer authored
-
- Jun 20, 2018
-
-
Dmitri Naumov authored
New versions of logog do not have an implicit ; after the macros.
-
- Jun 19, 2018
-
-
Lars Bilke authored
-
- Jun 14, 2018
-
-
-
A mesh is constructed from (cloned) elements preserving original element and node ids in two mesh properties.
-
- Jun 11, 2018
-
-
Dmitri Naumov authored
-
- Jun 08, 2018
-
-
Dmitri Naumov authored
The cloneElements is needed outside of MeshGeoToolsLib.
-
Dmitri Naumov authored
Before the id was (by default) set to std::size_t(-1).
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The function is independent of the MeshSubset.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- May 18, 2018
-
-
Tom Fischer authored
-
- May 09, 2018
-
-
Karsten Rink authored
-
Dmitri Naumov authored
-
- Apr 26, 2018
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Feb 28, 2018
-
-
Dmitri Naumov authored
For an existing, non-empty mesh property on integration points the check fails and it is not possible to know what the size of this data should be. Omitting the assertion for this case.
-
- Feb 19, 2018
-
-
Dmitri Naumov authored
-
- Feb 14, 2018
-
-
- Jan 08, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
For the face #1 the last node is not 11 but 16. This also corresponds with the edge numbering.
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 28, 2017
-
-
Dmitri Naumov authored
Avoids a conversion warning.
-
- Nov 24, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
* reimplemented raster to mesh conversion * fixed index issues and added 3d index calculation * added necessary changes to gui dialogue * added tests * clang format * added ifdef for data explorer/vtk includes * modified dereferencing of unique pointers, formatting * changed pointer to vector in vtk prep * using const& for nodes vec * fixed remaining occurences of dereferencing raster object
-
- Nov 23, 2017
-
-
Dmitri Naumov authored
-
- Oct 19, 2017
-
-
Tom Fischer authored
-
- Oct 18, 2017
-
-
Dmitri Naumov authored
For the nodes largest platform integer is needed.
-
- Sep 17, 2017
-
-
Dmitri Naumov authored
The explicit default dtor makes the intel compiler 2017 unhappy and it is not needed; the base class Element has an explicit virtual dtor.
-
- Sep 11, 2017
-
-
Lars Bilke authored
-
- Aug 16, 2017
-
-
Dmitri Naumov authored
- Use contigiuos memory for start element's nodes. - Store sizes of arrays before for-loops. - Extract element_in_radius predicate. (This is surprisingly also an optimization.) - Revert to depth-first search. Uses vector instead of deque.
-
Dmitri Naumov authored
This saves repeated squaring.
-
Dmitri Naumov authored
-