MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / TEST_F

Function TEST_F

tests/tools/Assembler/Mesh/TriangleMeshTest.h:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50TEST_F(TriangleMeshTest, Dim) {
51 FEMeshPtr cube_tri = adapt(m_cube_tri);
52 ASSERT_EQ(m_cube_tri->get_dim(), cube_tri->getDim());
53
54 FEMeshPtr cube_tet = adapt(m_cube_tet);
55 ASSERT_EQ(m_cube_tet->get_dim(), cube_tet->getDim());
56
57 FEMeshPtr square = adapt(m_square);
58 ASSERT_EQ(m_square->get_dim(), square->getDim());
59}
60
61TEST_F(TriangleMeshTest, Nodes) {
62 using namespace GeometryChecker;

Callers

nothing calls this directly

Calls 2

get_dimMethod · 0.45
getDimMethod · 0.45

Tested by

no test coverage detected