- 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 2 commits
-
-
Kirill Terekhov authored
-
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
-
- 29 Aug, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 29 Apr, 2019 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 26 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 04 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 23 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 22 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 30 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 22 Nov, 2018 1 commit
-
-
Kirill Terekhov authored
Fix a bug requesting back/front cell of a face during mesh modification Comment unfinished parts of inmost in AdaptiveMesh Update elasticity example in Examples/ADMFD Add algorithms to split faces and to glue faces of the mesh (for tests with MFD elasticty)
-
- 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.
-