- 27 May, 2016 1 commit
-
-
Alexander Danilov authored
-
- 26 May, 2016 1 commit
-
-
Alexander Danilov authored
Support old C++ standards: use NULL instead of nullptr. Fix stdlib C headers names. Fix warning "comparison between signed and unsigned integer expressions".
-
- 12 May, 2016 3 commits
-
-
Igor Konshin authored
tiny fix for new gcc 4.6 compiler
-
Igor Konshin authored
mat solve example update, k3biilu2 and fcbiilu2 interfaces
-
Dmitry Bagaev authored
-
- 30 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 29 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 24 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
Removed local ctest configuration and one example. Modified stencil expression and variable for more comfortable use. Replaced code of newer C++ standard in xml.cpp. Modified functions for adjacency retrieval to accept private markers in parallel shared run.
-
- 17 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 08 Apr, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Still testing xml reader. Preparations for NMPFA example.
-
- 26 Mar, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Corrected iteration over elements and calculation of number of elements during modification of the mesh. Corrected that saving meshes with infinity in data can produce bad vtk files.
-
- 25 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Cmake script for superlu will search for blas. Remove assertions for singular matrices in INNER_MPTILUC since they could be handled.
-
- 22 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 21 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 19 Mar, 2016 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fixed NaN output into vtk files. Added support for SuperLU (serial) solver.
-
- 18 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 17 Mar, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Copy-paste feature; Generation of 1d texture for palette for custom color interpolation in OpenGL; Gnuplot-stype palette.
-
- 15 Mar, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 14 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 10 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 08 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Some fixes for previous commit.
-
- 07 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Some fixes for code introduced earlier
-
- 05 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Dense matrix concatenation. Joint diagonalization for a set of dense matrices. Suppression of warnings in automatic differentiation by visual studio. Backup for nodal and facial MFD methods.
-
- 03 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
modified DMP correction in ADMFD
-
- 29 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 18 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 16 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Update algorithms for Hessian calculation.
-
- 13 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Some fixes for openmp in class residual. Several algorithms and implementations for hessian calculation.
-
- 12 Feb, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fixes for the features introduced in 635cc476 in the case USE_OMP was not activated in cmake.
-
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.
-