1 #include <libmesh/replicated_mesh.h> 2 #include <libmesh/distributed_mesh.h> 3 #include <libmesh/mesh_generation.h> 4 #include <libmesh/libmesh_config.h> 5 #include <libmesh/mesh_modification.h> 17 CPPUNIT_TEST( replicatedCopy );
18 CPPUNIT_TEST( distributedCopy );
20 CPPUNIT_TEST_SUITE_END();
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
The libMesh namespace provides an interface to certain functionality in the library.
virtual dof_id_type max_elem_id() const =0
CPPUNIT_TEST_SUITE_REGISTRATION(CopyNodesAndElementsTest)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual dof_id_type max_node_id() const =0