- 03 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
thanks to Andrey @SilverLife
-
- 02 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Algorithm for parallel mesh test to pass part of the mesh to the next processor. Used to test issues in Octree example.
-
- 01 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Made all algorithms for matrices abstract from matrix implementation. Added few algorithms: Solve - find A*X=B with A and B matrices PseudoSolve - find X=A^+*B using singular value decomposition. Kronecker product operator / for B^{-1}*A operator *= for in-place multiplication Added ability to specify storage type for Matrix, allows for Matrix<Storage::real,Storage::real_array> or Matrix<Storage::var,Storage::var_array> to directly manipulate data stored in the mesh. Class SubMatrix with full matrix functionality to address and manipulate some submatrix in original matrix. Fully commented in doxygen inmost_dense.h. Silence solver initializer when database file provided as “”.
-
- 28 Feb, 2017 5 commits
-
-
Dmitry Bagaev authored
Small fix for previous merge
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
some improvements in *BIILU2 interfaces
-
Dmitry Bagaev authored
-
- 26 Feb, 2017 3 commits
-
-
SilverLife authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 22 Feb, 2017 3 commits
-
-
Kirill Terekhov authored
Silence solvers complaints about parameters. Updates for Tests/solver_test001 Disable TagVariable and TagVariableArray when USE_AUTODIFF is disabled. Fixes for Octree example.
-
SilverLife authored
-
-
- 17 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 15 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
Added some doxygen comments into inmost_dense.h Added comments to Element::Boundary Handy replacement for Tag class that provide data access through square brackets.
-
- 07 Feb, 2017 1 commit
-
-
AndreyBurachkovskiy authored
-
- 31 Jan, 2017 3 commits
-
-
Dmitry Bagaev authored
Several fixes to solvers
-
Dmitry Bagaev authored
# SolverPETSc cmake file case sensitive # SuperLU segmentation fault fixed # Trilinos enumeration namespace fixed # Examples mpi off fixed
-
Dmitry Bagaev authored
-
- 29 Jan, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 27 Jan, 2017 1 commit
-
-
Dmitry Bagaev authored
Solver class refactoring
-
- 24 Jan, 2017 1 commit
-
-
chrmaier authored
If second line in vtk file equals "VTK_OUTPUT_FACES file is written by INMOST" indicates that there are property values stored also on faces
-
- 18 Jan, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 03 Jan, 2017 1 commit
-
-
Dmitry Bagaev authored
-
- 28 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 27 Dec, 2016 3 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 26 Dec, 2016 3 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
# Conflicts: # Source/Solver/solver.cpp # Source/Solver/solver_bcgsl.hpp
-
- 22 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
Fix input/output of empty dense data with xml file format. Fix parsing empty parentheses as vector with zero entries in xml files. Fix modification algorithm. Fix vector graphics output in OldDrawGrid Add exposition of mesh by material in OldDrawGrid Few switches in solver to handle large mechanics matrices
-
- 19 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 15 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 14 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 12 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 11 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 10 Dec, 2016 2 commits
-
-
Dmitry Bagaev authored
1)SetParameter for fcbiilu2 2) deleted void*
-
Dmitry Bagaev authored
-