Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
4fdb60d4
There was an error fetching the commit references. Please try again later.
Commit
4fdb60d4
authored
3 years ago
by
Jakub Klinkovský
Browse files
Options
Downloads
Patches
Plain Diff
Documentation: reorganized list of tutorials
parent
2d67644e
No related branches found
No related tags found
1 merge request
!125
ODE solvers
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Tutorials/index.md
+13
-5
13 additions, 5 deletions
Documentation/Tutorials/index.md
with
13 additions
and
5 deletions
Documentation/Tutorials/index.md
+
13
−
5
View file @
4fdb60d4
\p
age Tutorials Tutorials
## Basic topics
1.
[
General concepts
](
./GeneralConcepts/tutorial_GeneralConcepts.md
)
2.
[
Arrays
](
./Arrays/tutorial_Arrays.md
)
3.
[
Vectors
](
./Vectors/tutorial_Vectors.md
)
...
...
@@ -7,8 +9,14 @@
5.
[
For loops
](
./ForLoops/tutorial_ForLoops.md
)
6.
[
Sorting
](
./Sorting/tutorial_Sorting.md
)
7.
[
Cross-device pointers
](
./Pointers/tutorial_Pointers.md
)
8.
[
Matrices
](
./Matrices/tutorial_Matrices.md
)
9.
[
Linear solvers
](
./Solvers/Linear/tutorial_Linear_solvers.md
)
10.
[
Segments aka sparse formats
](
./Segments/tutorial_Segments.md
)
11.
[
ODE solvers
](
./Solvers/ODE/tutorial_ODE_solvers.md
)
12.
[
Unstructured meshes
](
./Meshes/tutorial_Meshes.md
)
## Data structures
1.
[
Matrices
](
./Matrices/tutorial_Matrices.md
)
2.
[
Segments aka sparse formats
](
./Segments/tutorial_Segments.md
)
3.
[
Unstructured meshes
](
./Meshes/tutorial_Meshes.md
)
## Numerical solvers
1.
[
Linear solvers
](
./Solvers/Linear/tutorial_Linear_solvers.md
)
2.
[
ODE solvers
](
./Solvers/ODE/tutorial_ODE_solvers.md
)
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