Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Feb 17, 2022
1 parent ce5bd05 commit 16af1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/literate/computational_homogenization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ function homogenize_test(u::Matrix, dh, cv, E_incl, E_mat) #
return ĒΩ / Ω #src
end #src

@test homogenize_test(reduce(hcat, u.dirichlet), dh, cellvalues, 10*C, C) E_dirichlet #src
@test homogenize_test(reduce(hcat, u.periodic), dh, cellvalues, 10*C, C) E_periodic #src
@test homogenize_test(reduce(hcat, u.dirichlet), dh, cellvalues, Ei, Em) E_dirichlet #src
@test homogenize_test(reduce(hcat, u.periodic), dh, cellvalues, Ei, Em) E_periodic #src

#md # ## [Plain program](@id homogenization-plain-program)
#md #
Expand Down

0 comments on commit 16af1f4

Please sign in to comment.