- 11 Mar, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 14 Oct, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 29 Aug, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 19 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 16 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 13 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 12 Apr, 2019 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
different approach to give unique names to sets
-
- 11 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 05 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 04 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 05 Dec, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 30 Nov, 2018 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 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
-
- 22 May, 2018 1 commit
-
-
SilverLife authored
-
- 17 May, 2018 1 commit
-
-
SilverLife authored
-
- 08 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 07 May, 2018 1 commit
-
-
SilverLife authored
-
- 25 Apr, 2018 1 commit
-
-
SilverLife authored
-
- 18 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 28 Mar, 2018 1 commit
-
-
igor authored
-
- 19 Mar, 2018 1 commit
-
-
SilverLife authored
-
- 02 Feb, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 26 Dec, 2017 1 commit
-
-
igor authored
-
- 11 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 13 Jun, 2017 2 commits
-
-
Kirill Terekhov authored
Improvemens in Connect/Disconnect, determination of element type when it connects to lower dimensional elements of mixed dimensionality.
-
Kirill Terekhov authored
Add const to argument to UniteCells, UniteFaces, UniteEdges
-
- 10 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Remove warnings in visual studio in modify.cpp and SolverInner.cpp Improve output in OldDrawGrid example. Fix compilation problem reported by Vasily Kramarenko.
-
- 29 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Fixes for mesh modification algorithms A lib for general adaptive mesh
-
- 06 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Consistent checks for presence of global ids and use of global ids in communications between shared and ghost elements in parallel. Simplified octree example without GUI.
-
- 18 Jan, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 22 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
Fix input/output of empty dense data with xml file format. Fix parsing empty parentheses as vector with zero entries in xml files. Fix modification algorithm. Fix vector graphics output in OldDrawGrid Add exposition of mesh by material in OldDrawGrid Few switches in solver to handle large mechanics matrices
-
- 14 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 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.
-
- 12 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Suppress output of sets in ApplyModification. Attribute Number=“” no longer required in xml format for tags Nodes, Connections and Set.
-
- 25 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
Added option “ECL_SPLIT_GLUED” to triangulate faces for blocks that degenerate on three pillars. Corrected that Face::SplitFace will not connect new nodes to existing cells. PMF file format now restores tag on mesh that indicates topology error.
-
- 13 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
OldDrawGrid example: mesh slicing algorithm can now correctly resolve multiple slices on single cell. USE_AUTODIFF do not require USE_SOLVER and USE_MESH: If USE_MESH is not activated, class Automatizator and algebra for abstract variables is not compiled. If USE_SOLVER is not activated, class Residual is not compiled. Fixed reverse_iterator::operator- in ElementArray. class incident_matrix that computes closed loops out of set of edges or faces can now work on coordinates other then physical coordinates. Fixed Face::SplitFace() was not connecting newly created faces to cells. Cell::Volume() now uses algorithm working correctly on non-convex cells. Face::CheckNormalOrientation() will now use volume calculation algorithm for non-convex cells to correctly orient faces. Face::FixNormalOrientation() will now use Face::SwapCells() instead of Face::ReorderEdges() on internal faces. New version is thread-safe with respect to Face::CheckNormalOrientation(). Improved algorithm for loading eclipse meshes.
-