Skip to content

Commit

Permalink
Update solid_mechanics.hpp
Browse files Browse the repository at this point in the history
Delete copy
  • Loading branch information
tupek2 committed Sep 13, 2024
1 parent c96517d commit bad482e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/serac/physics/solid_mechanics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,9 +1163,6 @@ class SolidMechanics<order, dim, Parameters<parameter_space...>, std::integer_se
// Build the dof array lookup tables
displacement_.space().BuildDofToArrays();

u_ = displacement_;
v_ = velocity_;

if (is_quasistatic_) {
residual_with_bcs_ = buildQuasistaticOperator();
} else {
Expand Down

0 comments on commit bad482e

Please sign in to comment.