Sierra Toolkit  Version of the Day
CreateAdjacentEntities.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_CreateAdjacentEntities_hpp
10 #define stk_mesh_CreateAdjacentEntities_hpp
11 
12 #include <stk_mesh/base/Types.hpp>
13 
14 namespace stk_classic {
15 namespace mesh {
16 
32 void create_adjacent_entities(
33  BulkData & mesh,
34  PartVector & add_parts
35  );
36 
37 }
38 }
39 #endif
Sierra Toolkit.
std::vector< Part *> PartVector
Collections of parts are frequently maintained as a vector of Part pointers.
Definition: Types.hpp:31