- 08 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 25 Apr, 2018 1 commit
-
-
SilverLife authored
-
- 28 Mar, 2018 1 commit
-
-
igor authored
-
- 19 Mar, 2018 1 commit
-
-
SilverLife authored
-
- 05 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
Replace algorithms for computation of barycenter, volume, area, normal. Unit test for algorithms. Separate algorithm for computation of orientation of faces. Swap algorithm for variables for a faster matrix inversion algorithm. Minor optimization for Matrix::Solve, more general templates for multiplication. Add a grid tool to split non-planar faces.
-
- 21 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Replaced algorithm in GRDECL reader that determines location of intersection of segments from projected to physical coordinates. Privously it was performed with bilinear interpolation of pillar coordinates. This leads to segments being curvilinear arcs in physical world. Now the location is determined at the middle of the shortest possible segment between two original segments. ECL_CURVILINEAR option is absolute. GRDECL reader now parses wells, well complitions, well specifications, well groups and defines well schedule through tags.
-
- 15 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Many updates to GRDECL file format: - Processing more properties fields, such as pressure, sgas, soil, etc. - Processing MULTIPLY keyword for properties and transmissibilities - Introduced field TRANM for transmissibility multipliers set with TRANX/TRANY/TRANZ keywords in MULTIPLY keyword, or with EDITNNC keywords or FAULTS/MULTFLT keyword - Algorithm that separates faces in place of blocks with zero volume and nonzero ACTNUM. Option ECL_DEGENERATE that replaces algorithm with transmissibility multiplier in TRANM. -Optimization: bypass algorithm that resolves faces out of set of edges when only one face is expected. - Processing of NTG keyword. Fix swap algorithm in dynarray container. Loading of 2d and mixed 2d/3d grids from VTU files. Fix Visual Studio warnings in sparse.cpp
-
- 13 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Add const to argument to UniteCells, UniteFaces, UniteEdges
-
- 04 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Quick and dirty reader for XML VTK files of unstructured grids.
-
- 02 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
operator () that return data in matrix form for TagRealArray and TagVariableArray
-
- 15 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Restricted communication of geometrical parameters when exchanging parts of the mesh between processors. Added function MarkNormalOrientation to detect situation when ghost faces are oriented opposite to shared face on owner processor. Corrected MFD-ES to account for orientation at ghost faces and to flip sign of normal velocity component on ghost faces when it is known to differ on master face on owner processor.
-
- 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.
-
- 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.
-