- 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 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 2 commits
-
-
Kirill Terekhov authored
Fix const-correctness in class matrix Display references as segments and variable as field in OldDrawGrid example. Separate OldDrawGrid source into files.
-
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.
-
- 05 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 04 Jun, 2017 7 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Quick and dirty reader for XML VTK files of unstructured grids.
-
Kirill Terekhov authored
Creating elements cause reallocation of internal array, pointing to blocks of data. Other processor may use deallocated pointer to the array stored in cache.
-
Kirill Terekhov authored
GetAttrib and GetChild by name
-
Kirill Terekhov authored
Correctly handle trailing comments after keywords. Prevent visual studio to complain under debug that array subscript is out of range.
-
Kirill Terekhov authored
+switch off Octree example - not compiling on windows
-
Kirill Terekhov authored
+prevent heap overflow due to big arrays in OldDrawGrid
-
- 02 Jun, 2017 3 commits
-
-
-
Kirill Terekhov authored
Automatically switch off packages in cmake when related libraries are not found
-
Kirill Terekhov authored
operator () that return data in matrix form for TagRealArray and TagVariableArray
-
- 28 May, 2017 1 commit
-
-
Kirill Terekhov authored
Fix dot product of dense matrices, introduce submatrix operator for dense matrices that allows to manipulate data in part of the matrix. Do not store automatizator reference in dynamic_variable. When only PERMX is provided in GRDECL file, consider it as scalar permeability.
-
- 25 May, 2017 4 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
Simple test for int32 overflow testing in nnz count for fcbiilu2
-
- 16 May, 2017 2 commits
-
-
SilverLife authored
-
student authored
-
- 15 May, 2017 2 commits
-
-
-
SilverLife authored
-
- 03 May, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 25 Apr, 2017 2 commits
-
-
-
SilverLife authored
-
- 21 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 18 Apr, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Do not build Octree when opengl was not found. Constant correctness for dense matrices.
-
- 15 Apr, 2017 2 commits
-
-
Kirill Terekhov authored
Refinement into cube and sphere in AdaptiveMesh for specific tests with MFD-ES
-
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.
-
- 14 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Added test for MFD scheme as projection step for Navier-Stokes problem with analytic solution of Ethier-Steinman
-
- 11 Apr, 2017 2 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
warning #858: type qualifier on return type is meaningless
-
- 01 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Classes AnnotationService, Vector, Row in inmost_sparse.h
-
- 30 Mar, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-