- 03 Mar, 2021 1 commit
-
-
Kirill Terekhov authored
-
- 24 Feb, 2021 1 commit
-
-
Kirill Terekhov authored
-
- 21 Feb, 2021 1 commit
-
-
Kirill Terekhov authored
-
- 19 Feb, 2021 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 18 Feb, 2021 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Adapt library and examples for 64-bit integer option (USE_INT64=ON); adapt library (but not yet examples) for 32-bit float option (USE_FP64=OFF); make gcc happy on library compilation with -Wall -Wextra -pedantic; replace malloc/realloc/free with new/delete in container.hpp
-
- 01 Feb, 2021 1 commit
-
-
Kirill Terekhov authored
-
- 03 Sep, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 30 Aug, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 22 May, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 30 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 04 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 02 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 01 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
pool_array no longer depend on allocation/deallocation order; unit test on pool_array; some fancy functions to retrive derivatives for variable/hessian_variable
-
- 05 Feb, 2019 1 commit
-
-
Igor Shovkun authored
It messed up adgprs compillation
-
- 02 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
Fix compilation issue with std::isinf Finish memory_pool implementation in container.h Use of matrices allocated in memory pool for intermediate results in dense linear algebra operations in inmost_dense.h Use of memory pool for matrices in inmost_autodiff.h Change error reporting and return type in Invert, Solve, CholeskyInvert, CholeskySolve, PseudoInvert, PseudoSolve Add unit tests for linear algebra on dense matrices.
-
- 06 Sep, 2018 2 commits
-
-
Kirill Terekhov authored
Additional updates to template handling in AbstractEntry::Access, fix a bug in thread_private class with openmp
-
Kirill Terekhov authored
thread_private class for static OpenMP objects acts as iterator EndModification do not unnecessarily delete orphan elements Fixed Face::getNodes behaviour inside BeginModification and EndModification region (same fix as in andre_brench) Added template access functions for AbstractEntry class, allows to get (matrix of) values, unknown indices or unknowns themselves depending on template parameter Examples/OldDrawGrid: * Adjustments for svg output of color gradient in color bar (previously was not properly working in Inkscape) * Preparations for isosurface extraction code
-
- 01 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 04 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 21 Feb, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 13 Dec, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 08 Nov, 2017 1 commit
-
-
Pavel Tomin authored
-
- 22 Oct, 2017 1 commit
-
-
paveltomin authored
otherwise adgprs does not compile with inmost under vs2017
-
- 18 Oct, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 12 Oct, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 21 Jun, 2017 1 commit
-
-
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.
-
- 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
-
- 04 Jun, 2017 1 commit
-
-
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.
-
- 03 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
Remove dependence on mesh in Automatizator Fix few warnings on llvm-g++ in container.hpp Add converter from elasticity tensor into matrix Added separate hessian_variable that enables hessian calculation
-
- 08 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Incorrect order of parameters to UnpackTagData called from UnpackElementsData.
-
- 13 Aug, 2016 2 commits
-
-
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.
-
- 28 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
Improvements for eclipse grid reader. Fixed a bug in ElementArray::iterator.
-
- 21 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 25 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Cleaned bugs; added features.
-
- 21 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Fixes for gcc and intel compilers. gcc-4.1 clean with -Wall -Wextra intel 11.1 clean with -Wcheck -w1 msvc2010 gives one unrelated warning
-