- 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 2 commits
-
-
ahmadabushaikha authored
-
ahmadabushaikha authored
Tetrahedral mesh in GridGen. RT0 tetrahedral mixed hybred in ADMFD example.
-
- 08 Oct, 2016 3 commits
-
-
Kirill Terekhov authored
No std::is_sorted on cluster.
-
Kirill Terekhov authored
FixEdgeOrder() would now recompute connections to cells after correcting order of edges. Update XML writer according to specification. Fix edge order for 2d cells. Updated DrawGrid example for current version of INMOST.
-
Kirill Terekhov authored
-
- 07 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
Fixed const-correctness in class keyval_table in inmost_expression.h Optimized reading of .grid files by Mohammad, now sets are not created for regions.
-
Kirill Terekhov authored
Added Reverse-Cuthill-McKee reordering into INNER_MPTILUC preconditioner as default reordering when Metis_NodeND is not provided. On the tests RCM shows 10% more fill-in in inverse factors then with Metis_NodeND, but the RCM reordering procedure is 4 times faster then Metis_NodeND and overall computational time decreases with RCM. Fix type mismatch warnings in autodiff.cpp
-
- 06 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
RowMerger can now remap global indices that do not belong to initial interval span into local indices and back. This leads to important memory optimization in Automatizator, which now do not require RowMerger interval to span over entire range of global indices on each processor, but require only a small extension. Added calculation of nonlocal indices of ghost elements in Automatizator::EnumerateDynamicTags Fixed a warning in mesh_ecl_file.cpp Fixed SVG output in OldDrawGrid example that was not sorting correctly the faces, leaded to visual artifacts.
-
- 05 Oct, 2016 4 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
SVG vector graphics as screenshot output in OldDrawGrid for manuscript fine art. Load wells into sets from eclipse files. Fix some whitespacing in inmost_data.h
-
Kirill Terekhov authored
-
- 02 Sep, 2016 1 commit
-
-
Igor Konshin authored
-