Ignore:
Timestamp:
09/02/16 09:41:27 (8 years ago)
Author:
oabramkina
Message:

Parallel version of UGRID norms.

The following connectivity parameters have been implemented:

edge_nodes
face_nodes
face_edges
edge_faces
face_faces.

Test with a regular(structured) quadrilateral mesh (test_regular) has been added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client_client_dht_template.hpp

    r892 r924  
    125125 
    126126typedef CClientClientDHTTemplate<int> CClientClientDHTInt; 
     127typedef CClientClientDHTTemplate<size_t> CClientClientDHTSizet; 
    127128typedef CClientClientDHTTemplate<PairIntInt> CClientClientDHTPairIntInt; 
    128129 
Note: See TracChangeset for help on using the changeset viewer.