Skip to content

Commit

Permalink
Merge pull request #6078 from quangx/bfbt_scaling
Browse files Browse the repository at this point in the history
Change Weighted BFBT preconditioner pressure scaling factor
  • Loading branch information
tjhei authored Oct 15, 2024
2 parents 03b739e + f4595aa commit 727d714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/simulator/assemblers/stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ namespace aspect
if (scratch.dof_component_indices[i] == pressure_component_index && scratch.dof_component_indices[j] == pressure_component_index)
data.local_matrix(i, j) += (
1.0/sqrt_eta * pressure_scaling
* pressure_scaling
* (scratch.grad_phi_p[i]
* scratch.grad_phi_p[j] + 1e-6*scratch.phi_p[i]*scratch.phi_p[j] ))
* JxW;
Expand Down

0 comments on commit 727d714

Please sign in to comment.