- 25 Sep, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 12 Sep, 2017 2 commits
-
-
-
Kirill Terekhov authored
-
- 11 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 09 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 07 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
Add MT switch for Visual Studio; do not let windows.h to defined min/max macros from mpi.h; fix uninitialized values from MPI
-
- 06 Sep, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 29 Aug, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 26 Aug, 2017 2 commits
-
-
Kirill Terekhov authored
Prevent crash for meshes without ACTNUM
-
Kirill Terekhov authored
To prevent output warning
-
- 23 Aug, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 16 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 14 Aug, 2017 5 commits
-
-
Kirill Terekhov authored
For newer PetscOptionsGetString
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 09 Aug, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Update geometric algorithms, improve SplitNonplanar tool, introduce CollapseDegenerate tool (currently only deletes cells).
-
- 08 Aug, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fix algorithm that redistributes parts of the graph when certain processors do not have any cells. Required for parmetis to work.
-
Kirill Terekhov 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.
-
- 29 Jul, 2017 1 commit
-
-
Kirill Terekhov authored
Matrix of integers in inmost_dense.h. Fix some warnings in grdecl reader in mesh_ecl_file.cpp. Fix for mean value calculation over faces in geometry.cpp. Added base64 encoding/decoding for future binary vtu reader. Some improvements for input handling on mac in OldDrawGrid example.
-
- 13 Jul, 2017 1 commit
-
-
Kirill Terekhov authored
+unit tests
-
- 23 Jun, 2017 1 commit
-
-
igor authored
-
- 22 Jun, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
GRDECL reader - check time steps are not negative, write well direction. MPTILUC - prevent out of memory access for singular matrices.
-
- 21 Jun, 2017 6 commits
-
-
Kirill Terekhov authored
Add well depth and information on time steps.
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Various helpful tools for grids.
-
Kirill Terekhov authored
Added linked_array structure that represents linked list with subarray of constant size. This elemenates possible crash with openmp when mesh is simultaneously modified and data is accessed. Previously when array of links was reallocated in chunk_array due to mesh growth, the pointer may be simultaneously changed due to reallocation and be accessed by another thread. Now reallocation adds another segment of the array in linked list making previous records intact. To restore previous behavior undefine NEW_CHUNKS in container.hpp.
-
Kirill Terekhov authored
-
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.
-
- 19 Jun, 2017 2 commits
-
-
Kirill Terekhov authored
ComputeGeometricType returns MultiLine type when lower level adjacent elements are of mixed type.
-
Kirill Terekhov authored
Separating routines and classes in Examples/OldDrawGrid into files for future reuse. Making streamline calculator universal with respect to definition of data on various element types and adding option to visualize data as streamlines.
-