- 01 Apr, 2019 1 commit
-
-
Kirill Terekhov authored
pool_array no longer depend on allocation/deallocation order; unit test on pool_array; some fancy functions to retrive derivatives for variable/hessian_variable
-
- 28 Mar, 2019 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Allows to compare results on meshes obtained from parallel runs with different number of processors
-
- 26 Mar, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 27 Feb, 2019 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 31 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 23 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 22 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 18 Jan, 2019 1 commit
-
-
Kirill Terekhov authored
-
- 06 Dec, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 05 Dec, 2018 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Examples/AdaptiveMesh do not inherit Mesh anymore - easier to work with the method Examples/Fracture got the option to not to fill the space SearchKDTree class to search for elements by coordinates in mesh (some rearrangements and improvements may follow) Code to support mesh adaptation in models Fix boundary condition in TestSuite/cavity
-
- 01 Dec, 2018 1 commit
-
-
Kirill Terekhov authored
algorithm for small elements elemenation via edge collapse new comparator to sort elements by their measure slice_func delete the other zone
-
- 30 Nov, 2018 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 27 Nov, 2018 1 commit
-
-
Ruslan Yanbarisov 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.
-
- 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
-