- 05 Apr, 2018 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 04 Apr, 2018 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 03 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 28 Mar, 2018 1 commit
-
-
igor authored
-
- 13 Dec, 2017 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 24 Nov, 2017 1 commit
-
-
Kirill Nikitin authored
-
- 03 Nov, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 02 Nov, 2017 1 commit
-
-
Kirill Terekhov authored
Added multilevel version of crout-ilu solver with maximum product transversal preordering on each level. The multilevel version is based on condition number estimation, factorization of rows with large condition number or small diagonal is postponed for the next level. Fixes for near-zero values in maximum product transversal algorithm and negative path-length. Fixes for output in DrawMatrix, option for text-based output for small matrices.
-
- 08 Oct, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 10 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 08 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 22 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
GRDECL reader - check time steps are not negative, write well direction. MPTILUC - prevent out of memory access for singular matrices.
-
- 03 May, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 30 Sep, 2016 2 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 02 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
Thanks to Olga Fuks
-
- 27 May, 2016 1 commit
-
-
Alexander Danilov authored
-
- 25 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Cmake script for superlu will search for blas. Remove assertions for singular matrices in INNER_MPTILUC since they could be handled.
-
- 15 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 14 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 07 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Some fixes for code introduced earlier
-
- 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.
-
- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 18 Apr, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed bug in auto-differentiation that would calculate incorrect weights for derivatives in ad_val(). Adapted several geometrical and adjacency retrieval algorithms to handle broken conformity of the grid during modification, more attention to the problem is needed. Added visual studio debugger helpers. Fixed several issues with openmp support. Added openmp parallelization of BiCGStab(L) solver. Fixed issues that files overwritten with MPI_File* functionality may contain previous information. Fixed a bug in OctreeCutcell, added another example for it. Fixed a bug in collective operations in mesh class.
-
- 28 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Restored OctreeCutcell example; Added FixEdgeOrder, CheckEdgeOrder algorithms to check of consistency of 2d elements; Element::Connect now uses FixEdgeOrder for faces; Automatic grid dimension detection for vtk; Fixed bug that sets may contain invalid links to elements even after ApplyModification; Corrected condition estimator in ddpqiluc; Switched off pseudoinverse in bicgstab(l) since svd algorithm is bad.
-
- 21 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed svd for bcgstab(l); Transposed matvec; Interfaces for collective operations for Mesh class.
-
- 19 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Pseudoinverse for polynomial matrix in bicgstab(l) to improve stability (as in petsc); Added RowMerger class for sum of sparse rows.
-
- 13 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Synchronizing various changes
-
- 09 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Made database file case insensitive. Tinkered dropping rules in INNER_MLILUC. Added rule for git to ignore svn presence. Added google analytics pixel to main page.
-
- 30 Jan, 2015 2 commits
-
-
Igor Konshin authored
-
Kirill Terekhov authored
Replaced russian comments in doxygen. Examples with OpenGL would not lead to error in cmake if no library is found.
-
- 29 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed incorrect writing of sets data. Returned ||Ax-b|| norm to solver.
-
- 27 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Changed default parameters. Fixed bug for trilinos-aztec, when non-converged solution was accepted. Enchanced dropping rules in INNER_MLILUC solver.
-
- 07 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
fixes for issue #1
-
- 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
-
- 20 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Huge update involving update of underlying data representation and elements management. Different interaction with iterators. New ElementSet representation. Some annotation for documentation is added. New data structures. Examples require update. (check examples/CMakeLists.txt)
-