Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
TurTLE
TurTLE
Commits
9300458f
Commit
9300458f
authored
1 year ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
updates documentation
parent
678df014
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!65
update to 4.6.0
Pipeline
#182581
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/sphinx_static/overview.rst
+11
-1
11 additions, 1 deletion
documentation/sphinx_static/overview.rst
with
11 additions
and
1 deletion
documentation/sphinx_static/overview.rst
+
11
−
1
View file @
9300458f
...
@@ -164,6 +164,8 @@ from random initial conditions, and have a look at the results.
...
@@ -164,6 +164,8 @@ from random initial conditions, and have a look at the results.
.. code:: bash
.. code:: bash
# change directory to a clean "scratch" folder of your choice:
cd $SCRATCH
# depending on how curious you are, you may have a look at the
# depending on how curious you are, you may have a look at the
# options first:
# options first:
turtle --help
turtle --help
...
@@ -172,7 +174,15 @@ from random initial conditions, and have a look at the results.
...
@@ -172,7 +174,15 @@ from random initial conditions, and have a look at the results.
# or you may just run it:
# or you may just run it:
turtle DNS NSVE -n 32
turtle DNS NSVE -n 32
This launches a simulation in the current folder, with the simulation
**Note**:
* Python environment where the TurTLE package was installed must
be activated prior to calling the commands.
* Please use an empty "SCRATCH" folder; in particular running turtle
from within the build folder may lead to problems.
This launches a simulation with the simulation
name "test".
name "test".
The simulation itself should not take more than a few seconds, since
The simulation itself should not take more than a few seconds, since
this is just a :math:`32^3` simulation run for 8 iterations.
this is just a :math:`32^3` simulation run for 8 iterations.
...
...
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