Interface Documentation
Version: invalid
types.hh
Go to the documentation of this file.
1 /*
2  @@@@@@@@ @@ @@@@@@ @@@@@@@@ @@
3  /@@///// /@@ @@////@@ @@////// /@@
4  /@@ /@@ @@@@@ @@ // /@@ /@@
5  /@@@@@@@ /@@ @@///@@/@@ /@@@@@@@@@/@@
6  /@@//// /@@/@@@@@@@/@@ ////////@@/@@
7  /@@ /@@/@@//// //@@ @@ /@@/@@
8  /@@ @@@//@@@@@@ //@@@@@@ @@@@@@@@ /@@
9  // /// ////// ////// //////// //
10 
11  Copyright (c) 2016, Triad National Security, LLC
12  All rights reserved.
13  */
14 #pragma once
15 
18 #if !defined(__FLECSI_PRIVATE__)
19 #error Do not include this file directly!
20 #endif
21 //#include "flecsi/data/reference.hh"
22 
23 namespace flecsi {
24 namespace topo {
25 
26 //----------------------------------------------------------------------------//
27 // Mesh topology.
28 //----------------------------------------------------------------------------//
29 
34 struct set_base_t {
35  using coloring = size_t;
36 }; // set_base_t
37 
38 } // namespace topo
39 } // namespace flecsi
Definition: types.hh:34
Definition: control.hh:31