Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

Location:
XIOS/trunk/src/transformation
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_zoom.cpp

    r623 r624  
     1/*! 
     2   \file axis_algorithm_zoom.cpp 
     3   \author Ha NGUYEN 
     4   \since 03 June 2015 
     5   \date 12 June 2015 
     6 
     7   \brief Algorithm for zooming on an axis. 
     8 */ 
    19#include "axis_algorithm_zoom.hpp" 
    210 
     
    2230} 
    2331 
     32/*! 
     33  Compute the index mapping between axis on grid source and one on grid destination 
     34*/ 
    2435void CAxisAlgorithmZoom::computeIndexSourceMapping() 
    2536{ 
     
    4354} 
    4455 
     56/*! 
     57  After a zoom on axis, it should be certain that (global) zoom begin and (global) zoom size are updated 
     58*/ 
    4559void CAxisAlgorithmZoom::updateZoom() 
    4660{ 
     
    4963} 
    5064 
     65/*! 
     66  Update mask on axis 
     67  Because only zoomed region on axis is not masked, the remaining must be masked to make sure 
     68correct index be extracted 
     69*/ 
    5170void CAxisAlgorithmZoom::updateAxisDestinationMask() 
    5271{ 
Note: See TracChangeset for help on using the changeset viewer.