Skip to content

Commit

Permalink
Adapt serial compute distance FE fun to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Sep 30, 2024
1 parent 0c21510 commit 90ee77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgoimUtils/AlgoimUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ function compute_distance_fe_function(
fespace,φ,order,cppdegree=cppdegree)
rmodel = refine(bgmodel,order)
cos = get_node_coordinates(rmodel)
cos = node_to_dof_order(cos,fespace,rmodel,order)
cos = node_to_dof_order(cos,fespace,bgmodel,order)
dists = _compute_signed_distance(φ,cps,cos)
FEFunction(fespace,dists)
end
Expand Down

0 comments on commit 90ee77b

Please sign in to comment.