Ignore:
Timestamp:
04/27/16 17:23:48 (8 years ago)
Author:
ymipsl
Message:

Management of masked cell for remapping algorithm.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/extern/remap/src/mapper.hpp

    r694 r844  
    3434       /** @param trgElts are the elements of the unstructured target grid 
    3535           Returns the timings for substeps: */ 
    36        vector<double> computeWeights(int interpOrder); 
     36       vector<double> computeWeights(int interpOrder, bool renormalize=false); 
    3737       int getNbWeights(void) { return nWeights ; } 
    3838/* 
     
    5151private: 
    5252       /** @return number of weights (local to cpu) */ 
    53        int remap(Elt* elements, int nbElements, int order); 
     53       int remap(Elt* elements, int nbElements, int order, bool renormalize=false); 
    5454 
    5555       void buildMeshTopology(); 
Note: See TracChangeset for help on using the changeset viewer.