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

Function TEST_F

tests/tools/Assembler/Elements/TriangleElementsTest.h:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31TEST_F(TriangleElementsTest, SurfaceMesh) {
32 MeshPtr cube_tri = load_mesh("cube.obj");
33 ElementsPtr cube_tri_elem = adapt(cube_tri);
34 ASSERT_EQ(3, cube_tri_elem->getDim());
35}
36
37TEST_F(TriangleElementsTest, VolumeMesh) {
38 MeshPtr cube_tet = load_mesh("cube.msh");

Callers 1

Calls 2

load_meshFunction · 0.85
getDimMethod · 0.45

Tested by

no test coverage detected