Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaap committed Oct 10, 2024
1 parent bece642 commit 3fe1195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Example240_FiniteElementVelocities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ function full_fem_demo(coord_system = Cartesian2D, nref = 1, Plotter = nothing,

velocity = compute_velocity(flowgrid, coord_system, μ; interpolation_eps)

DivIntegrator = L2NormIntegrator([div(1)]; quadorder = 2*2, resultdim = 1)
div_v = sqrt(sum(evaluate(DivIntegrator,[velocity])))
DivIntegrator = L2NormIntegrator([div(1)]; quadorder = 2 * 2, resultdim = 1)
div_v = sqrt(sum(evaluate(DivIntegrator, [velocity])))
@info "||div(R(v))||_2 = $(div_v)"
end

Expand Down

0 comments on commit 3fe1195

Please sign in to comment.