25 {
26
27
28
29
30
31
32
33
34
35
36
37
38 T
mesh(*TestCommWorld, 3);
39 MeshTools::Generation::build_cube(
mesh, 2, 2, 2, 0, 1, 0, 1, 0, 1,
TET10);
40 Real dmin = 2, dmax = 3;
41 for (unsigned int num_other_meshes = 0; num_other_meshes < 2;
42 ++num_other_meshes, dmin += 2, dmax += 2)
43 {
44 T other_mesh(*TestCommWorld, 3);
46 other_mesh, 2, 2, 2, dmin, dmax, dmin, dmax, dmin, dmax,
TET10);
50#ifdef LIBMESH_ENABLE_UNIQUE_ID
52#else
53 0;
54#endif
55 mesh.copy_nodes_and_elements(other_mesh,
false, elem_delta, node_delta, unique_delta);
56 }
57 }
virtual dof_id_type max_node_id() const =0
virtual dof_id_type max_elem_id() const =0
virtual unique_id_type parallel_max_unique_id() const =0
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real