- 22 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
Fix a bug requesting back/front cell of a face during mesh modification Comment unfinished parts of inmost in AdaptiveMesh Update elasticity example in Examples/ADMFD Add algorithms to split faces and to glue faces of the mesh (for tests with MFD elasticty)
-
- 06 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
thread_private class for static OpenMP objects acts as iterator EndModification do not unnecessarily delete orphan elements Fixed Face::getNodes behaviour inside BeginModification and EndModification region (same fix as in andre_brench) Added template access functions for AbstractEntry class, allows to get (matrix of) values, unknown indices or unknowns themselves depending on template parameter Examples/OldDrawGrid: * Adjustments for svg output of color gradient in color bar (previously was not properly working in Inkscape) * Preparations for isosurface extraction code
-
- 29 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Fixes for mesh modification algorithms A lib for general adaptive mesh
-
- 04 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Fix a bug in Face::FixEdgeOrder. Behavior change for Destroy function: it deletes only hidden adjacent elements of hidden element.
-
- 18 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Fixed bug in Edge::SwapEnds. Added Mesh::MarkerComparator to sort elements according to marker.
-
- 24 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
Removed local ctest configuration and one example. Modified stencil expression and variable for more comfortable use. Replaced code of newer C++ standard in xml.cpp. Modified functions for adjacency retrieval to accept private markers in parallel shared run.
-
- 11 Jan, 2016 1 commit
-
-
Kirill Terekhov authored
Fix for possibility of race condition in point-to-point MPI communications. Fixes for warnings produced by clang.
-
- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 28 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Restored OctreeCutcell example; Added FixEdgeOrder, CheckEdgeOrder algorithms to check of consistency of 2d elements; Element::Connect now uses FixEdgeOrder for faces; Automatic grid dimension detection for vtk; Fixed bug that sets may contain invalid links to elements even after ApplyModification; Corrected condition estimator in ddpqiluc; Switched off pseudoinverse in bicgstab(l) since svd algorithm is bad.
-
- 21 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Fixes for gcc and intel compilers. gcc-4.1 clean with -Wall -Wextra intel 11.1 clean with -Wcheck -w1 msvc2010 gives one unrelated warning
-
- 20 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Huge update involving update of underlying data representation and elements management. Different interaction with iterators. New ElementSet representation. Some annotation for documentation is added. New data structures. Examples require update. (check examples/CMakeLists.txt)
-
- 12 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Moving connections, markers, geometric type, sparse data from Storage class to TagManager class by using standard handling of mesh data.
-
- 07 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Retrieval of elements by markers; Introduced options for loading of files; Fixed issues saving vtk format when not all topological tests are active; Introduced Connect / Disconnect functions for manipulations with mesh; DrawGrid example can now visualize array of entered cells/faces for debug purposes; OldDrawGrid example demonstrates fast interactive mesh slicing and onscreen element picking.
-
- 23 Oct, 2014 1 commit
-
-
Kirill Terekhov authored
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-