source: XIOS/trunk/src/client_client_dht_decl.cpp @ 934

Last change on this file since 934 was 924, checked in by oabramkina, 8 years ago

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 size: 373 bytes
Line 
1/*!
2   \file client_client_dht.cpp
3   \author Ha NGUYEN
4   \since 05 Oct 2015
5   \date 23 Mars 2016
6
7   \brief Distributed hashed table implementation.
8 */
9#include "client_client_dht_template_impl.hpp"
10
11namespace xios
12{
13
14template class CClientClientDHTTemplate<int>;
15template class CClientClientDHTTemplate<size_t>;
16template class CClientClientDHTTemplate<PairIntInt>;
17
18}
Note: See TracBrowser for help on using the repository browser.