- 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
-
- 21 Sep, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 02 Sep, 2020 1 commit
-
-
Kirill Terekhov authored
Don't ask to create ghost layers after modification if there was none, comment redundant code in K-means clustering
-
- 29 Aug, 2020 1 commit
-
-
Kirill Terekhov authored
-
- 12 Feb, 2020 1 commit
-
-
Kirill Terekhov authored
Function to report residual error for each unknown in model; changes to MFD scheme; tweaks to SuperLU download
-
- 30 Jan, 2020 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 10 Dec, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 29 Oct, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 25 Oct, 2019 1 commit
-
-
Kirill Terekhov authored
Add Examples/GridTools/CubeTransform performing bilinear transformation of cube in space; add Examples/TestSuite/test_ns_turek for Naver-Stokes Schafer-Turek tests; correct Examples/GridTools/Sector
-
- 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.
-
- 26 Sep, 2018 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
mpi.h included after stdio.h fixes in ADMFD
-
Kirill Terekhov authored
Add Examples/ADVDIFF example for advection-diffusion Add exotic grid generators to Examples/GridTools Add Examples/TestSuits for tests of diffusion and advection-diffusion problems
-
- 25 Sep, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 08 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 17 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 25 Sep, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 08 Aug, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 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
-
- 27 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 21 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
1) Parameters parsing in inner solvers 2) Parameters parsing in trillions solvers 3) Added xml parsing test 4) Trilinos without mpi support will not compile, disable trillions solvers if compiling without mpi
-
- 11 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
Basic functionality
-
- 28 Oct, 2016 2 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
1) Condest added to final solver interface 2) SolverMaster hided from user 3) Examples fixed with new Solver Class 4) Examples using LLVM coding standarts
-
- 20 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 12 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Suppress output of sets in ApplyModification. Attribute Number=“” no longer required in xml format for tags Nodes, Connections and Set.
-
- 11 Oct, 2016 2 commits
-
-
ahmadabushaikha authored
-
ahmadabushaikha authored
Tetrahedral mesh in GridGen. RT0 tetrahedral mixed hybred in ADMFD example.
-
- 23 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 19 Mar, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fixed NaN output into vtk files. Added support for SuperLU (serial) solver.
-
- 03 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
modified DMP correction in ADMFD
-
- 29 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 12 Feb, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Cleanup of Row class and Matrix class. Significantly reduced memory required for Row class and consequently for multivar_expression class. Moved out openmp locks and row annotation as additional service classes. Introduced classes HessianRow and HessianMatrix for future possibility of hessian computation in automatic differentiation.
-
- 11 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Added class used to store lambda-like expressions within automatic differentiation. Added assertions into workaround introduced in f8b3aca2 to check type sizes during compile time.
-
- 10 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
LDL^T decomposition of U matrix for optimization in ADMFD example.
-
- 09 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Possible workaround for issue #16 with VS2013. Suppress warning in sparse.cpp with VS2013. Fixed abs -> fabs in ADMFD example.
-