Skip to content
  • camc's avatar
    Porting to new ViSUS API. · cbed383e
    camc authored
    - New query and extents, bounds
    - Fixed bounding bug, tested with scalar fields on Uintah data "80_GW"
    - Multibox mesh and queries using multiple domains.
    - The plugin in now try to parse an .ups file with the same name and location of the IDX file. If found it reads the boxes and build the domains, meshes and query accordingly. If not found only one box is used for the full domain.
    - Vector field working.
    - There was a problem in the deallocation of the arrays in the multi box query, the deallocation now is delegated to visit.
    - Fixed bounding problem on multiple-box. Seems like working also for vector variables. First tests in parallel, load balancing in progress.
    - Load balancing. Tested with and without boxes file in serial and parallel mode with different number of processors.
      It creates N rectangular domains that are allocated statically to the processes using also the box information (if any).
    - Boundary definition for global mesh (probably useful for SLIVR raycaster).
    - CMake clean up, tested configuration on ash.
    - Replacement of stof and stoi (c++11 only) functions for compatibility
    - Added check on timestep existence before query, fixed bug for 2D
    - Exposed timesteps range
    - Fix for 2D vector field. Had to convert the array from 2 to 3 components cause it is what VisIt expect
    - cleanup idx plugin debug into
    
    git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27432 18c085ea-50e0-402c-830e-de6fd14e8384
    cbed383e