- 18 Oct, 2016 1 commit
-
-
chrmaier authored
-
- 08 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 07 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
Fixed const-correctness in class keyval_table in inmost_expression.h Optimized reading of .grid files by Mohammad, now sets are not created for regions.
-
Kirill Terekhov authored
Added Reverse-Cuthill-McKee reordering into INNER_MPTILUC preconditioner as default reordering when Metis_NodeND is not provided. On the tests RCM shows 10% more fill-in in inverse factors then with Metis_NodeND, but the RCM reordering procedure is 4 times faster then Metis_NodeND and overall computational time decreases with RCM. Fix type mismatch warnings in autodiff.cpp
-
- 06 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
RowMerger can now remap global indices that do not belong to initial interval span into local indices and back. This leads to important memory optimization in Automatizator, which now do not require RowMerger interval to span over entire range of global indices on each processor, but require only a small extension. Added calculation of nonlocal indices of ghost elements in Automatizator::EnumerateDynamicTags Fixed a warning in mesh_ecl_file.cpp Fixed SVG output in OldDrawGrid example that was not sorting correctly the faces, leaded to visual artifacts.
-
- 05 Oct, 2016 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
SVG vector graphics as screenshot output in OldDrawGrid for manuscript fine art. Load wells into sets from eclipse files. Fix some whitespacing in inmost_data.h
-
Kirill Terekhov authored
-
- 02 Sep, 2016 1 commit
-
-
Igor Konshin authored
-
- 30 Aug, 2016 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 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.
-
- 24 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 23 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 20 Aug, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 19 Aug, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 13 Aug, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
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.
-
- 02 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
Thanks to Olga Fuks
-
- 30 Jul, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 29 Jul, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 28 Jul, 2016 2 commits
-
-
Kirill Terekhov authored
Resolving relative path for include statements in xml and eclipse-mesh readers. OpenMP-parallel construction of coords-zcorn eclipse meshes.
-
Kirill Terekhov authored
Improvements for eclipse grid reader. Fixed a bug in ElementArray::iterator.
-
- 19 Jul, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 18 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Fixed bug in Edge::SwapEnds. Added Mesh::MarkerComparator to sort elements according to marker.
-
- 12 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Improvement of algorithm of volume calculation for non-convex cells in incident_matrix class. Unfinished reader implementation for grdecl files (incorrect order of nodes).
-
- 11 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 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
-
- 01 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
-