Skip to content

Commit

Permalink
Reduce dims to single coordinate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Dec 8, 2024
1 parent dcbfae4 commit 9c05943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ end

# Integrand & Solution
function integrand(p::Meshes.Point)
x₁ = ustrip.((to(p)))
x₁ = only(ustrip.((to(p))))
(a^2 - x₁^2) * u"A"
end
solution = π * a^2 / 4 * u"A*m"
Expand Down

0 comments on commit 9c05943

Please sign in to comment.