Skip to content

Commit

Permalink
Remove obsolete Analytical
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Dec 2, 2024
1 parent 9616901 commit c21b433
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/differentiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,6 @@ end
FiniteDifference{T}() where {T <: AbstractFloat} = FiniteDifference{T}(T(1e-6))
FiniteDifference() = FiniteDifference{Float64}()

"""
Analytical()
Use to specify use of analytically-derived solutions for calculating derivatives.
These solutions are currently defined only for a subset of geometry types.
# Supported Geometries:
- `BezierCurve`
- `Line`
- `Plane`
- `Ray`
- `Tetrahedron`
- `Triangle`
"""
struct Analytical <: DifferentiationMethod end

# Future Support:
# struct AutoEnzyme <: DifferentiationMethod end
# struct AutoZygote <: DifferentiationMethod end
Expand Down

0 comments on commit c21b433

Please sign in to comment.