- 10 Dec, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fix for procedure merging hessians and multiplication of jacobins Few more unit tests for hessian
-
- 09 Dec, 2016 3 commits
-
-
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
-
Kirill Terekhov authored
-
- 08 Dec, 2016 2 commits
-
-
Kirill Terekhov authored
Member functions in iterators for remote_reference_array were private.
-
Kirill Terekhov authored
-
- 06 Dec, 2016 1 commit
-
-
Kirill Terekhov authored
Added operations for matrix with hessian calculation Fix a bug in submatrix calculation Fix a bug in reading data of dense type with variable size from files in xml format Fix an incorrect warning when reading variables with variations from files in xml format
-
- 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
-
- 29 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Access to protected members of class when argument has different template parameter.
-
- 15 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 08 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Incorrect order of parameters to UnpackTagData called from UnpackElementsData.
-
- 07 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Parallel algorithm works incorrectly, when USE_OMP is on.
-
Kirill Terekhov authored
Fix a bug that lead to exception when packing variable-sized data with zero size. Do not shift cell centers for eclipse grids when edges are curvilinear. (another algorithm is needed to fix cell centers that are outside of cells)
-
- 05 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Better handling of bad xml files, avoid infinite loops. More verbosity in parallel part
-
Kirill Terekhov authored
Curvilinear edge treatment for eclipse grids to resolve nastry geometry. MPI-parallel loading of eclipse grids. Fix a bug of incorrect bounding box calculation in resolve shared. Still fixing send/recv synchronization issue.
-
- 04 Nov, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Initial implementation of algorithms to make mesh edges curvilinear in eclipse grids.
-
Kirill Terekhov authored
Fix a bug in Face::FixEdgeOrder. Behavior change for Destroy function: it deletes only hidden adjacent elements of hidden element.
-
- 02 Nov, 2016 1 commit
-
-
tgaripov authored
-
- 28 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Fix that wrong value for SetType in DataSet tag do not give warning. Address set by it’s name.
-
- 27 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
In eclipse grid reader and in mptiluc2 solver.
-
Kirill Terekhov authored
Fix a warning on apple’s llvm-gcc. Output a NaN instead of zero into vtk for missing entries.
-
- 25 Oct, 2016 3 commits
-
-
chrmaier authored
-
chrmaier authored
# Conflicts: # Source/IO/mesh_xml_file.cpp
-
Kirill Terekhov authored
Reading FIELD keyword related to data defined on the whole mesh. Better handling of whitespace
-
- 22 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Corrected pyramid node ordering Added calculation of node ordering for tetrahedron.
-
- 21 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
FindAttrib function to search attribute by name
-
- 20 Oct, 2016 3 commits
-
-
Kirill Terekhov authored
MarkBoundaryFaces was not working properly after modification, since there was not test for validity of the element
-
Kirill Terekhov authored
Prevent crash when computing volume of cell that have no faces.
-
Kirill Terekhov authored
-
- 18 Oct, 2016 1 commit
-
-
chrmaier authored
-
- 15 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Fix issue that sparse data of type DATA_VARIABLE would not be properly allocated.
-
- 14 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Case-insensetive attribute names. Allow spaces between attribute name and attribute value.
-
- 13 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
-
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 1 commit
-
-
ahmadabushaikha authored
-