Skip to content

Commit

Permalink
Merge pull request #12 from byuflowlab/faster-unsteady
Browse files Browse the repository at this point in the history
Faster unsteady w/ new api
  • Loading branch information
andrewning authored May 2, 2023
2 parents 4b75619 + ff69ef0 commit 84dc816
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 431 deletions.
2 changes: 1 addition & 1 deletion src/ImplicitAD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include("internals.jl")
export implicit
include("nonlinear.jl")

export explicit_unsteady, implicit_unsteady
export explicit_unsteady, implicit_unsteady, explicit_unsteady_cache, implicit_unsteady_cache
include("unsteady.jl")

export implicit_linear, apply_factorization
Expand Down
Loading

0 comments on commit 84dc816

Please sign in to comment.