- 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.
-
- 23 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 19 Mar, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fixed NaN output into vtk files. Added support for SuperLU (serial) solver.
-
- 03 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
modified DMP correction in ADMFD
-
- 29 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 12 Feb, 2016 2 commits
-
-
Kirill Terekhov authored
-
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.
-
- 10 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
LDL^T decomposition of U matrix for optimization in ADMFD example.
-
- 09 Feb, 2016 2 commits
-
-
Kirill Terekhov authored
Possible workaround for issue #16 with VS2013. Suppress warning in sparse.cpp with VS2013. Fixed abs -> fabs in ADMFD example.
-
Kirill Terekhov authored
Algorithms for removing rows and columns in dense matrices. Update for MFD example.
-
- 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.
-
- 04 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 03 Feb, 2016 1 commit
-
-
Kirill Terekhov authored
Changed how matrix annotation is handled to decrease memory required to store data of type DATA_VARIABLE. Added multivar_expression_reference that can reference individual matrix row. Added Residual class. Fixed that Sparse::Matrix::Load and Sparse::Vector::Load may required MPI initialization.
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 01 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Fixes for GCC. Moved functionality to operate with dense matrices as INMOST service. Added possibility to exchange data of type DATA_VARIABLE in parallel. Added possibility to include external content in xml format. Moved overloaded operators for variables from namespace INMOST into global scope to prevent possible ambiguities in compilers. Added perturbation algorithm for BCGS solver.
-
- 24 Nov, 2015 3 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-