- 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
-
- 27 Sep, 2018 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 26 Sep, 2018 5 commits
-
-
Kirill Terekhov authored
introduced in previous commit
-
Kirill Terekhov authored
-
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
-
- 08 May, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 17 Apr, 2018 1 commit
-
-
Kirill Terekhov authored
-
- 25 Sep, 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
-
- 08 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Incorrect order of parameters to UnpackTagData called from UnpackElementsData.
-
- 07 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Fix a bug that lead to exception when packing variable-sized data with zero size. Do not shift cell centers for eclipse grids when edges are curvilinear. (another algorithm is needed to fix cell centers that are outside of cells)
-
- 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
-
- 12 Feb, 2016 1 commit
-
-
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.
-
- 06 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Some features for class Residual. Clean-ups in xml. Updated MFD.
-
- 05 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Adapted ADFVdiscr for Residual class. Matrix<Var>::DotProduct will promote type depending on the argument.
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 24 Nov, 2015 3 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-