- 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.
-
- 31 Oct, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 10 Oct, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 27 Sep, 2018 5 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
cavity and backward facing step
-
- 26 Sep, 2018 7 commits
-
-
Kirill Terekhov authored
introduced in previous commit
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
mpi.h included after stdio.h fixes in ADMFD
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
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
-
- 24 Sep, 2018 2 commits
-
-
Kirill Terekhov authored
DrawGrid -> DrawGridTests
-
Kirill Terekhov authored
Cell size is determined in projection of velocity for streamlines Sparser streamline placement
-
- 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 6 commits
-
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 06 Sep, 2018 8 commits
-
-
-
Kirill Terekhov authored
Additional updates to template handling in AbstractEntry::Access, fix a bug in thread_private class with openmp
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
-
Kirill Terekhov authored
thread_private class for static OpenMP objects acts as iterator EndModification do not unnecessarily delete orphan elements Fixed Face::getNodes behaviour inside BeginModification and EndModification region (same fix as in andre_brench) Added template access functions for AbstractEntry class, allows to get (matrix of) values, unknown indices or unknowns themselves depending on template parameter Examples/OldDrawGrid: * Adjustments for svg output of color gradient in color bar (previously was not properly working in Inkscape) * Preparations for isosurface extraction code
-
- 07 Jun, 2018 1 commit
-
-
Chernyshenko authored
-
- 06 Jun, 2018 2 commits
-
-
-
Chernyshenko authored
-
- 01 Jun, 2018 1 commit
-
-
Kirill Terekhov authored
Thanks to Matvey Kraposhin
-
- 25 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 22 May, 2018 1 commit
-
-
Kirill Terekhov authored
-