- 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.
-
- 18 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Fixed bug in Edge::SwapEnds. Added Mesh::MarkerComparator to sort elements according to marker.
-
- 09 Jul, 2016 2 commits
-
-
Kirill Terekhov authored
Separated incident_matrix class from modify.cpp into stand alone hpp. Finished volume calculation algorithm for non-convex polyhedra in incident_matrix class. Fixed compilation error with ecl format reader. Fixed compilation warning with class stored_variable.
-
Kirill Terekhov authored
-
- 26 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Corrected iteration over elements and calculation of number of elements during modification of the mesh. Corrected that saving meshes with infinity in data can produce bad vtk files.
-
- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 25 Jul, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed element removal algorithm during modification. Added features to RowMerger algorithm. Changed reported number of iterations for BiCGStab(L)
-
- 18 Apr, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed bug in auto-differentiation that would calculate incorrect weights for derivatives in ad_val(). Adapted several geometrical and adjacency retrieval algorithms to handle broken conformity of the grid during modification, more attention to the problem is needed. Added visual studio debugger helpers. Fixed several issues with openmp support. Added openmp parallelization of BiCGStab(L) solver. Fixed issues that files overwritten with MPI_File* functionality may contain previous information. Fixed a bug in OctreeCutcell, added another example for it. Fixed a bug in collective operations in mesh class.
-
- 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.
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 07 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
fixes for issue #1
-
- 28 Dec, 2014 1 commit
-
-
Kirill Terekhov authored
Various fixes
-
- 25 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Cleaned bugs; added features.
-
- 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
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-