refactor(mesh): Remove duplicate AbstractRefineStrategy definition

Replace abstract type definition with comment pointing to canonical definition in mesh/api.jl.

Eliminates documentation replacement warning while preserving single source of truth for refinement strategy hierarchy.
This commit is contained in:
Jukka Aho
2025-11-20 18:24:38 +02:00
parent 3d3a2bd338
commit 46be40bb4a
+1 -6
View File
@@ -1,12 +1,7 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
"""
AbstractRefineStrategy
Abstract base type for mesh refinement strategies.
"""
abstract type AbstractRefineStrategy end
# Note: AbstractRefineStrategy is defined in mesh/api.jl
"""
LongestEdgeBisection <: AbstractRefineStrategy