- 11 Apr, 2017 1 commit
-
-
Dmitry Bagaev authored
warning #858: type qualifier on return type is meaningless
-
- 01 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Classes AnnotationService, Vector, Row in inmost_sparse.h
-
- 30 Mar, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 29 Mar, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Doxygen comments for Automatizator class. Some additional features for Automatizator class: copy/assignment, list tags, unregister tag. Fix compilation issue with Octree example on newer gcc.
-
Kirill Terekhov authored
Fixes for mesh modification algorithms A lib for general adaptive mesh
-
- 28 Mar, 2017 2 commits
-
-
-
SilverLife authored
-
- 22 Mar, 2017 1 commit
-
-
Dmitry Bagaev authored
-
- 13 Mar, 2017 1 commit
-
-
igor authored
-
- 12 Mar, 2017 1 commit
-
-
SilverLife authored
-
- 09 Mar, 2017 2 commits
-
-
-
SilverLife authored
-
- 06 Mar, 2017 2 commits
-
-
Kirill Terekhov authored
Fix errors when any of USE_AUTODIFF, USE_SOLVER, USE_MESH or USE_PARTITIONER are disabled.
-
Kirill Terekhov authored
Consistent checks for presence of global ids and use of global ids in communications between shared and ghost elements in parallel. Simplified octree example without GUI.
-
- 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
-