Skip to content
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6c3b438
start tutorial
jonahm-LANL Aug 22, 2026
fb9a131
progress
jonahm-LANL Aug 22, 2026
dab546e
fix
jonahm-LANL Aug 22, 2026
331e7c5
finish tutorial
jonahm-LANL Aug 24, 2026
b5d9c77
movie2d needed massaging for ffmpeg and colorbars
jonahm-LANL Aug 24, 2026
fb0d9ee
make a public function for accessing coords from swarm device
jonahm-LANL Aug 24, 2026
ac17c28
cpp-py-formatter
Aug 24, 2026
7ba46ca
parthenon tutorial
jonahm-LANL Aug 24, 2026
0c24beb
Merge branch 'jmm/turorial' of github.com:parthenon-hpc-lab/parthenon…
jonahm-LANL Aug 24, 2026
2099050
Merge branch 'develop' into jmm/turorial
Yurlungur Aug 24, 2026
56d771c
tutorial exercises left to the reader
jonahm-LANL Aug 24, 2026
af3139c
spelling etc
jonahm-LANL Aug 24, 2026
0e2c09b
Merge branch 'develop' into jmm/turorial
Yurlungur Aug 24, 2026
5c62575
cora fixes
jonahm-LANL Aug 24, 2026
ac86153
Merge branch 'jmm/turorial' of github.com:parthenon-hpc-lab/parthenon…
jonahm-LANL Aug 24, 2026
6f94f0f
fix doc typos in loop abstraction docs...
jonahm-LANL Aug 24, 2026
2c1b86b
update tutorial based on discussions today
jonahm-LANL Aug 24, 2026
53a52b8
link to complete code
jonahm-LANL Aug 24, 2026
e3fd0ae
Merge branch 'develop' into jmm/turorial
acreyes Aug 26, 2026
0c4ff4d
Merge branch 'develop' into jmm/turorial
Yurlungur Aug 31, 2026
755cdaa
Update doc/sphinx/src/tutorial.rst
Yurlungur Sep 2, 2026
6f7b7bd
Update doc/sphinx/src/tutorial.rst
Yurlungur Sep 2, 2026
0aa7180
Update doc/sphinx/src/tutorial.rst
Yurlungur Sep 2, 2026
96c075b
Update doc/sphinx/src/tutorial.rst
Yurlungur Sep 2, 2026
50e1754
Update doc/sphinx/src/tutorial.rst
Yurlungur Sep 2, 2026
5865f36
cprather and lroberts comments
jonahm-LANL Sep 2, 2026
130261a
Merge branch 'develop' into jmm/turorial
Yurlungur Sep 2, 2026
96b2548
more cprather comments
jonahm-LANL Sep 2, 2026
b06b268
Merge branch 'jmm/turorial' of github.com:parthenon-hpc-lab/parthenon…
jonahm-LANL Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Current develop

### Added (new features/APIs/variables/...)
- [[PR 1439]](https://github.com/parthenon-hpc-lab/parthenon/pull/1439) Long-overdue parthenon tutorial
- [[PR 1431]](https://github.com/parthenon-hpc-lab/parthenon/pull/1431) Add reductions to the loop abstraction
- [[PR 1429]](https://github.com/parthenon-hpc-lab/parthenon/pull/1429) Fixes to swarm tensor xdmf
- [[PR 1428]](https://github.com/parthenon-hpc-lab/parthenon/pull/1428) Permit larger input file sizes
Expand Down
6 changes: 6 additions & 0 deletions doc/sphinx/src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Overview
This file provides an overview of different (not necessarily all)
features in Parthenon and how to use them.

Tutorial
---------

See our :ref:`tutorial <tutorial>` for a gentle introduction to building your own
Parthenon-based AMR code.

Building parthenon
------------------

Expand Down
1 change: 1 addition & 0 deletions doc/sphinx/src/chapters/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ so you can run your first example quickly.
:maxdepth: 1

../README
../tutorial
../building
../inputs
../outputs
Binary file added doc/sphinx/src/figs/ellipse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/sphinx/src/par_for.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. par_for:
.. _par_for:

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a typo.


Parallelism
===========
Expand Down
Loading
Loading