Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 9, 2022
1 parent 64c4596 commit 58f570b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions test/test_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1038,15 +1038,11 @@ end # testset
grid = generate_grid(Quadrilateral, (2, 2))
dh = DofHandler(grid); push!(dh, :u, 1); close!(dh)

# 8───────7───────9
# │ │ │
# │ │ │
# │ │ │
# 4───────3───────6
# │ │ │
# │ │ │
# │ │ │
# 1───────2───────5
# 8───7───9
# │ │ │
# 4───3───6
# │ │ │
# 1───2───5

ke = [ 1.0 -0.25 -0.5 -0.25
-0.25 1.0 -0.25 -0.5
Expand Down

0 comments on commit 58f570b

Please sign in to comment.