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

Function TEST_F

tests/tools/Assembler/Materials/SymmetricMaterialTest.h:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60TEST_F(SymmetricMaterialTest, Symmetry) {
61 MaterialPtr mat_2D = create_general(2);
62 assert_material_symmetry(2, mat_2D);
63 MaterialPtr mat_3D = create_general(3);
64 assert_material_symmetry(3, mat_3D);
65}
66
67TEST_F(SymmetricMaterialTest, Energy2D) {
68 MaterialPtr mat = create_general(2);

Callers 1

Calls 2

strain_to_stressMethod · 0.45
get_material_tensorMethod · 0.45

Tested by

no test coverage detected