- 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.
-
- 15 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
Added some doxygen comments into inmost_dense.h Added comments to Element::Boundary Handy replacement for Tag class that provide data access through square brackets.
-
- 05 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Curvilinear edge treatment for eclipse grids to resolve nastry geometry. MPI-parallel loading of eclipse grids. Fix a bug of incorrect bounding box calculation in resolve shared. Still fixing send/recv synchronization issue.
-
- 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.
-
- 25 Oct, 2016 1 commit
-
-
chrmaier authored
-
- 20 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 15 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Fix issue that sparse data of type DATA_VARIABLE would not be properly allocated.
-
- 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.
-
- 29 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 28 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Improvements for eclipse grid reader. Fixed a bug in ElementArray::iterator.
-
- 19 Jul, 2016 1 commit
-
-
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).
-
- 09 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 15 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 10 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 09 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
Resolved call ambiguity with isValidElement. Added service for putting markers on true boundary faces in parallel. Added service to clean up markers from elements on marker release.
-
- 17 Apr, 2016 1 commit
-
-
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.
-
- 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.
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 03 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
XML format now can use Include attribute in any XML tag to address external files. Added mechanism to name meshes and retrive meshes by name. Added feature to store data of RemoteHandle type that allows to address elements on another mesh. Loading this data type from files is still awkward.
-
- 01 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Fixes for GCC. Moved functionality to operate with dense matrices as INMOST service. Added possibility to exchange data of type DATA_VARIABLE in parallel. Added possibility to include external content in xml format. Moved overloaded operators for variables from namespace INMOST into global scope to prevent possible ambiguities in compilers. Added perturbation algorithm for BCGS solver.
-
- 24 Nov, 2015 2 commits
-
-
Kirill Terekhov authored
-
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)
-
- 17 Jun, 2015 1 commit
-
-
Kirill Terekhov authored
Improved automatic finalization of xml tags in debugging files when execution is halted. Fixed that internal file format may be read incorrectly.
-
- 10 Jun, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 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.
-
- 21 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed svd for bcgstab(l); Transposed matvec; Interfaces for collective operations for Mesh class.
-
- 13 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Synchronizing various changes
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 10 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 09 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Finished documentation for class Cell. Added algorithm for 2d case of Cell::Inside. Allowed to change mesh for reference_array class.
-
- 05 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 04 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 02 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 31 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Maybe fixes VS2005/VS2008 compilation. Should fix old gcc.
-