- 30 Mar, 2017 1 commit
-
-
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
-
- 22 Mar, 2017 1 commit
-
-
Dmitry Bagaev 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 1 commit
-
-
Kirill Terekhov authored
thanks to Andrey @SilverLife
-
- 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 2 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 26 Feb, 2017 1 commit
-
-
Dmitry Bagaev authored
-
- 22 Feb, 2017 1 commit
-
-
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.
-
- 16 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.
-
- 31 Jan, 2017 1 commit
-
-
Dmitry Bagaev authored
# SolverPETSc cmake file case sensitive # SuperLU segmentation fault fixed # Trilinos enumeration namespace fixed # Examples mpi off fixed
-
- 29 Jan, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 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
-
- 26 Dec, 2016 5 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 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 1 commit
-
-
Dmitry Bagaev authored
1)SetParameter for fcbiilu2 2) deleted void*
-
- 09 Dec, 2016 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fix for procedure merging hessians and multiplication of jacobins Few more unit tests for hessian
-
Kirill Terekhov authored
Fix hessian calculation for sqrt and add unit test
-
Kirill Terekhov authored
Fix hessian calculation for sin and cos operations. Added few unit tests for automatic differentiation
-
- 08 Dec, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Member functions in iterators for remote_reference_array were private.
-