Skip to content

Commit bad482e

Browse files
committed
Update solid_mechanics.hpp
Delete copy
1 parent c96517d commit bad482e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/serac/physics/solid_mechanics.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,6 @@ class SolidMechanics<order, dim, Parameters<parameter_space...>, std::integer_se
11631163
// Build the dof array lookup tables
11641164
displacement_.space().BuildDofToArrays();
11651165

1166-
u_ = displacement_;
1167-
v_ = velocity_;
1168-
11691166
if (is_quasistatic_) {
11701167
residual_with_bcs_ = buildQuasistaticOperator();
11711168
} else {

0 commit comments

Comments
 (0)