- 21 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 18 Apr, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Do not build Octree when opengl was not found. Constant correctness for dense matrices.
-
- 15 Apr, 2017 2 commits
-
-
Kirill Terekhov authored
Refinement into cube and sphere in AdaptiveMesh for specific tests with MFD-ES
-
Kirill Terekhov authored
Restricted communication of geometrical parameters when exchanging parts of the mesh between processors. Added function MarkNormalOrientation to detect situation when ghost faces are oriented opposite to shared face on owner processor. Corrected MFD-ES to account for orientation at ghost faces and to flip sign of normal velocity component on ghost faces when it is known to differ on master face on owner processor.
-
- 14 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Added test for MFD scheme as projection step for Navier-Stokes problem with analytic solution of Ethier-Steinman
-
- 11 Apr, 2017 2 commits
-
-
Dmitry Bagaev authored
-
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 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 29 Mar, 2017 4 commits
-
-
Kirill Terekhov authored
-
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.
-
- 02 Mar, 2017 2 commits
-
-
Kirill Terekhov authored
thanks to Andrey @SilverLife
-
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 2 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
-
- 21 Feb, 2017 1 commit
-
-
- 16 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
-