test(continuum): remove unused element creation in hex8 validation test

Remove unused Element creation since connectivity is only used for
reference and element is not actually used in the test.
This commit is contained in:
Jukka Aho
2025-12-12 23:47:11 +02:00
parent 7778ff344a
commit 6d70168321
@@ -173,9 +173,8 @@ using Tensors
8 => Vec(0.0, 1.0, 1.0),
)
# Create element
# Create mesh with unit cube (conn unused - just for reference)
conn = (1, 2, 3, 4, 5, 6, 7, 8)
element = Element(Hexahedron{8}, conn)
# Material properties (E=96, ν=1/3)
E = 96.0