Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jun 13, 2024
1 parent a0db3dc commit cc6bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AgFEM/CellAggregation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function aggregate(bgmodel::DiscreteModel,cell_to_is_active,cell_to_is_cut,in_or
!isa ? OUT : (isc ? CUT : IN)
end

cell_to_coords = get_cell_coordinates(bgtrian)
cell_to_coords = get_cell_coordinates(bgmodel)
topo = get_grid_topology(bgmodel)
D = num_cell_dims(bgmodel)
cell_to_faces = get_faces(topo,D,D-1)
Expand Down

0 comments on commit cc6bbdb

Please sign in to comment.