33 coords << -1.0, 1.0, 0.0,
36 SECTION(
"Creation of a single 2-node 1D element (EDGE2) in a libMesh::ReplicatedMesh")
49 coords << -1.0, 1.0, 1.0, -1.0,
53 SECTION(
"Creation of a single 4-node 2D element (QUAD4) in a libMesh::ReplicatedMesh")
libMesh::Elem * reference_elem
Pointer to the actual libMesh element object.
Storage class for a mesh consisting of a single element used in testing.
Real get_shoelace_area(RealMatrixX X)
Calcualtes the area of a 2D polygon using the shoelace formula.
Matrix< Real, Dynamic, Dynamic > RealMatrixX
TEST_CASE("libmesh_mesh_generation_1d", "[mesh][1D]")