Go to the documentation of this file. 1 #include <libmesh/libmesh.h>
2 #include <libmesh/distributed_mesh.h>
3 #include <libmesh/mesh_generation.h>
15 CPPUNIT_TEST( allSecondOrder );
17 CPPUNIT_TEST_SUITE_END();
virtual void all_second_order(const bool full_ordered=true)=0
Converts a (conforming, non-refined) mesh with linear elements into a mesh with second-order elements...
The libMesh namespace provides an interface to certain functionality in the library.
CPPUNIT_TEST_SUITE_REGISTRATION(AllSecondOrderTest)
libMesh::Parallel::Communicator * TestCommWorld
void allow_remote_element_removal(bool allow)
If false is passed in then this mesh will no longer have remote elements deleted when being prepared ...
The DistributedMesh class is derived from the MeshBase class, and is intended to provide identical fu...