Skip to content

Commit

Permalink
Added simplexify refinement for cartesian meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Sep 25, 2024
1 parent 95797f9 commit 8c78b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adaptivity/SimplexifyRefinement.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the original and the refined model.
"""
struct SimplexifyRefinement <: AdaptivityMethod end

function refine(::SimplexifyRefinement,model::UnstructuredDiscreteModel{Dc,Dp};kwargs...) where {Dc,Dp}
function refine(::SimplexifyRefinement,model::DiscreteModel{Dc,Dp};kwargs...) where {Dc,Dp}
ref_model = simplexify(model;kwargs...)

polys = get_polytopes(model)
Expand Down

0 comments on commit 8c78b63

Please sign in to comment.