Skip to content

Commit

Permalink
Add short description of GeometricMethod.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Aug 31, 2023
1 parent 294f008 commit c01b85f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/integrators/methods.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
`GeometricMethod` is the abstract supertype for all integration methods implemented in GeometricIntegrators.
"""
abstract type GeometricMethod <: AbstractMethod end

abstract type ODEMethod <: GeometricMethod end
Expand Down

0 comments on commit c01b85f

Please sign in to comment.