libMesh
Public Member Functions | List of all members
AllSecondOrderTest Class Reference
Inheritance diagram for AllSecondOrderTest:
[legend]

Public Member Functions

 CPPUNIT_TEST_SUITE (AllSecondOrderTest)
 
 CPPUNIT_TEST (allSecondOrder)
 
 CPPUNIT_TEST_SUITE_END ()
 
void setUp ()
 
void tearDown ()
 
void allSecondOrder ()
 

Detailed Description

Definition at line 10 of file all_second_order.C.

Member Function Documentation

◆ allSecondOrder()

void AllSecondOrderTest::allSecondOrder ( )
inline

◆ CPPUNIT_TEST()

AllSecondOrderTest::CPPUNIT_TEST ( allSecondOrder  )

◆ CPPUNIT_TEST_SUITE()

AllSecondOrderTest::CPPUNIT_TEST_SUITE ( AllSecondOrderTest  )

◆ CPPUNIT_TEST_SUITE_END()

AllSecondOrderTest::CPPUNIT_TEST_SUITE_END ( )

◆ setUp()

void AllSecondOrderTest::setUp ( )
inline

Definition at line 20 of file all_second_order.C.

20 {}

◆ tearDown()

void AllSecondOrderTest::tearDown ( )
inline

Definition at line 22 of file all_second_order.C.

22 {}

The documentation for this class was generated from the following file:
libMesh::MeshBase::all_second_order
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...
mesh
MeshBase & mesh
Definition: mesh_communication.C:1257
libMesh::MeshTools::Generation::build_square
void build_square(UnstructuredMesh &mesh, const unsigned int nx, const unsigned int ny, const Real xmin=0., const Real xmax=1., const Real ymin=0., const Real ymax=1., const ElemType type=INVALID_ELEM, const bool gauss_lobatto_grid=false)
A specialized build_cube() for 2D meshes.
Definition: mesh_generation.C:1501
TestCommWorld
libMesh::Parallel::Communicator * TestCommWorld
Definition: driver.C:111
libMesh::MeshBase::allow_remote_element_removal
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 ...
Definition: mesh_base.h:1034
libMesh::DistributedMesh
The DistributedMesh class is derived from the MeshBase class, and is intended to provide identical fu...
Definition: distributed_mesh.h:50