Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pcsc Project
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Estelle Baup
Pcsc Project
Commits
b1a5ee58
Commit
b1a5ee58
authored
1 month ago
by
sucharush
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
57d215e6
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
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
b1a5ee58
...
...
@@ -19,8 +19,9 @@ i.e. $y^{'}(t)=f(t,y(t)).$. The solvers currently support the following methods:
-
**Adams-Bashforth (AB)**
: Explict multistep solver with configurable order and initialization method (e.g., RK4, Forward Euler).
-
**Backward Euler (BE)**
: Implicit single-step solver with optional tolerance and iteration settings.
The default implementation solves the model problem $
y^{'} = -0.3y$ using a 4th-order Runge-Kutta method.
The default implementation solves the model problem $y^{'} = -0.3y$ using a 4th-order Runge-Kutta method.
The project is modular, allowing customization of solvers, models, and configurations.
The main structure of the project is as follows:
```
pcsc-project/
...
...
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