- 01 Feb, 2021 1 commit
-
-
Kirill Terekhov authored
-
- 30 Aug, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 29 Aug, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 07 May, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 29 Jan, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 05 Nov, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 29 Aug, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 22 May, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 21 May, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 17 May, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 14 May, 2019 1 commit
-
-
Kirill Terekhov authored
add functions for multiplication of matrices by non-evaluated expressions from automatic-differentiation
-
- 23 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 13 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
Elasticity example in Examples/ADMFD/elasticity.cpp Bug fix - when assigning a matrix with different storage container, the number of rows and columns is changed after the assignment itself, which leads to incorrect behavior of opeartor(i,j) of the matrix.
-
- 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.
-
- 10 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
The class ConstSubMatrix is used to access a submatrix of a const matrix with (i1,i2,j1,j2) operator.
-
- 07 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 25 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 09 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
Fix binary heap with key update in maximum product transversal algorithm in inner solvers. Correct global rescaling strategy in MLMPTILUC2 inner solver.
-
- 31 Mar, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 29 Mar, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 28 Mar, 2018 2 commits
-
-
Kirill Terekhov authored
-
igor authored
-
- 25 Jan, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 13 Dec, 2017 2 commits
-
-
Kirill Terekhov authored
Functions to detect infs and nans in matrices and variables; correct a bug that tags in Autodiff::SynchronizeData were sorted based on memory location instead of name, leading to different order on different processors (and incorrect synchronization)
-
Kirill Terekhov authored
-
- 15 Oct, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 25 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 09 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 29 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 24 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 08 Aug, 2017 1 commit
-
-
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.
-
- 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.
-
- 02 Jun, 2017 1 commit
-
-
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.
-
- 18 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Do not build Octree when opengl was not found. Constant correctness for dense matrices.
-
- 30 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 06 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Fix errors when any of USE_AUTODIFF, USE_SOLVER, USE_MESH or USE_PARTITIONER are disabled.
-