Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
50861266
Commit
50861266
authored
13 years ago
by
Liam M. Healy
Committed by
Liam M. Healy
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Export 'next step for ODE
parent
c1f038ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ordinary-differential-equations/ode-system.lisp
+2
-2
2 additions, 2 deletions
ordinary-differential-equations/ode-system.lisp
with
2 additions
and
2 deletions
ordinary-differential-equations/ode-system.lisp
+
2
−
2
View file @
50861266
;; ODE system setup
;; ODE system setup
;; Liam Healy, Sun Apr 15 2007 - 14:19
;; Liam Healy, Sun Apr 15 2007 - 14:19
;; Time-stamp: <201
0
-0
6-30 19:57:28
EDT ode-system.lisp>
;; Time-stamp: <201
1
-0
4-08 09:20:01
EDT ode-system.lisp>
;;
;;
;; Copyright 2007, 2008, 2009 Liam M. Healy
;; Copyright 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;; Distributed under the terms of the GNU General Public License
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
(
in-package
:gsl
)
(
in-package
:gsl
)
(
export
'
(
with-ode-integration
))
(
export
'
(
with-ode-integration
next-step
))
(
defmacro
with-ode-integration
(
defmacro
with-ode-integration
((
function
time
step-size
max-time
dependent
dimensions
((
function
time
step-size
max-time
dependent
dimensions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment