Ignore:
Timestamp:
06/06/17 17:58:16 (7 years ago)
Author:
oabramkina
Message:

Two server levels: merging with trunk r1137.
There are bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/transformation/domain_algorithm_expand.hpp

    r941 r1158  
    3030 
    3131protected: 
     32  bool isXPeriodic_; // Flag to determine the periodicity of expansion (only for rectilinear) 
     33  bool isYPeriodic_; // Flag to determine the periodicity of expansion (only for rectilinear) 
     34 
     35protected: 
    3236  void expandDomainEdgeConnectivity(CDomain* domainDestination, CDomain* domainSource); 
    3337  void expandDomainNodeConnectivity(CDomain* domainDestination, CDomain* domainSource); 
    34   void updateDomainAttributes(CDomain* domainDestination, 
    35                               CDomain* domainSource, 
    36                               CArray<int,2>& neighborsDomainSrc); 
     38  void updateRectilinearDomainAttributes(CDomain* domainDestination, 
     39                                         CDomain* domainSource, 
     40                                         CArray<int,2>& neighborsDomainSrc); 
     41 
     42  void updateUnstructuredDomainAttributes(CDomain* domainDestination, 
     43                                          CDomain* domainSource, 
     44                                          CArray<int,2>& neighborsDomainSrc); 
    3745 
    3846protected: 
Note: See TracChangeset for help on using the changeset viewer.