- 18 Feb, 2021 1 commit
-
-
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
-
- 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.
-
- 19 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Fixed NaN output into vtk files. Added support for SuperLU (serial) solver.
-
- 01 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Fixes for GCC. Moved functionality to operate with dense matrices as INMOST service. Added possibility to exchange data of type DATA_VARIABLE in parallel. Added possibility to include external content in xml format. Moved overloaded operators for variables from namespace INMOST into global scope to prevent possible ambiguities in compilers. Added perturbation algorithm for BCGS solver.
-
- 24 Nov, 2015 3 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-