Sierra Toolkit  Version of the Day
Comm.hpp
1 /*------------------------------------------------------------------------*/
2 /* Copyright 2010 Sandia Corporation. */
3 /* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */
4 /* license for use of this work by or on behalf of the U.S. Government. */
5 /* Export of this program may require a license from the */
6 /* United States Government. */
7 /*------------------------------------------------------------------------*/
8 
9 #ifndef stk_mesh_Comm_hpp
10 #define stk_mesh_Comm_hpp
11 
12 #include <vector>
13 #include <stk_util/parallel/Parallel.hpp>
14 #include <stk_mesh/base/Types.hpp>
15 
16 //----------------------------------------------------------------------
17 
18 namespace stk_classic {
19 namespace mesh {
20 
21 //----------------------------------------------------------------------
27 bool comm_mesh_counts( BulkData & ,
28  std::vector<size_t> & counts ,
29  bool = false );
30 
31 //----------------------------------------------------------------------
32 
35 } // namespace mesh
36 } // namespace stk_classic
37 
38 //----------------------------------------------------------------------
39 //----------------------------------------------------------------------
40 
41 #endif
42 
bool comm_mesh_counts(BulkData &M, std::vector< size_t > &counts, bool local_flag)
Global counts for a mesh&#39;s entities.
Definition: Comm.cpp:26
Sierra Toolkit.