Skip to content

Commit

Permalink
require CSM 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krcools committed Sep 10, 2024
1 parent 7275611 commit 9d8c892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ AbstractTrees = "0.4.4"
BlockArrays = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 1"
CollisionDetection = "0.1.6"
Combinatorics = "0.7, 1"
CompScienceMeshes = "0.8.1"
CompScienceMeshes = "0.8.2"
Compat = "2, 3, 4"
ConvolutionOperators = "0.4"
ExtendableSparse = "1.4"
Expand Down
11 changes: 5 additions & 6 deletions src/quadrature/sauterschwabints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,12 @@ function (igd::Integrand)(x,y,f,g)

end

# TODO: Remove this when the next version of CSM is relased!
function CompScienceMeshes.permute_vertices(
ch::CompScienceMeshes.RefQuadrilateral, I)
# function CompScienceMeshes.permute_vertices(
# ch::CompScienceMeshes.RefQuadrilateral, I)

V = vertices(ch)
return Quadrilateral(V[I[1]], V[I[2]], V[I[3]], V[I[4]])
end
# V = vertices(ch)
# return Quadrilateral(V[I[1]], V[I[2]], V[I[3]], V[I[4]])
# end

struct PulledBackIntegrand{I,C1,C2}
igd::I
Expand Down

0 comments on commit 9d8c892

Please sign in to comment.