Skip to content

Commit

Permalink
Move diagonal computation back
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Mar 8, 2024
1 parent ff72a2c commit ef14c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/solid_mechanics/mf_elasticity.h
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,10 @@ namespace FSI

// need to cache prior to diagonal computations:
nh_operator.cache();
nh_operator.compute_diagonal();

if (debug_level > 0)
{
nh_operator.compute_diagonal();
deallog
<< "Number of constrained DoFs "
<< Utilities::MPI::sum(mf_data_current->get_constrained_dofs().size(),
Expand Down

0 comments on commit ef14c8d

Please sign in to comment.