Ignore:
Timestamp:
09/22/16 10:59:32 (8 years ago)
Author:
mhnguyen
Message:

Update compute_connectivity_domain with new functions of class CMesh

+) Make use of the function computing local neighbor of class CMesh

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.hpp

    r934 r944  
    3232 
    3333protected: 
    34   void computeNodeConnectivity(CDomain* domain, int& nbConnectivityMax, 
    35                                CArray<int,1>& nbConnectivity, CArray<int,2>& localConnectivity); 
    36  
    37   void computeEdgeConnectivity(CDomain* domain, int& nbConnectivityMax, 
    38                                CArray<int,1>& nbConnectivity, CArray<int,2>& localConnectivity); 
     34  void computeLocalConnectivity(int type, 
     35                                CDomain* domain, 
     36                                int& nbConnectivityMax, 
     37                                CArray<int,1>& nbConnectivity, 
     38                                CArray<int,2>& localConnectivity); 
    3939 
    4040private: 
Note: See TracChangeset for help on using the changeset viewer.