• Kirill Terekhov's avatar
    Nonlocal ghost enumeration mapping for RowMerger · 749d5d24
    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.
    749d5d24
sparse.cpp 42.3 KB