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)
46 other_mesh, 2, 2, 2, dmin, dmax, dmin, dmax, dmin, dmax,
TET10);
50 #ifdef LIBMESH_ENABLE_UNIQUE_ID 55 mesh.copy_nodes_and_elements(other_mesh,
false, elem_delta, node_delta, unique_delta);
virtual unique_id_type parallel_max_unique_id() const =0
libMesh::Parallel::Communicator * TestCommWorld
virtual dof_id_type max_elem_id() const =0
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual dof_id_type max_node_id() const =0