-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtutorials.html
More file actions
36 lines (31 loc) · 1.3 KB
/
tutorials.html
File metadata and controls
36 lines (31 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<HTML>
<CENTER><A HREF = "index.html">SPARTA WWW Site</A>
</CENTER>
<HR>
<H3>SPARTA Tutorials
</H3>
<HR>
<P>These are slides from a half-day short course that we taught at the
<A HREF = "https://www.sandia.gov/dsmc/">DSMC 2023 conference</A> in Sept 2023.
</P>
<P>SPARTA: A parallel, flexible, open-source DSMC code
</P>
<UL><LI><A HREF = "pdf/sparta_2023_build_run_perf_kokkos.pdf">Building/running/performance and Kokkos</A>
<LI><A HREF = "pdf/sparta_2023_advanced_new_modify.pdf">Advanced/new features and adding your own</A>
<LI><A HREF = "pdf/sparta_2023_improve_comp_efficiency.pdf">Improving computational efficiency</A>
</UL>
<HR>
<P>These are slides from a half-day short course that we taught at the
DSMC 2015 conference in Sept 2015.
</P>
<P>SPARTA: A parallel, flexible, open-source DSMC code
</P>
<UL><LI><A HREF = "pdf/sparta_2015_intro.pdf">Intro</A>
<LI><A HREF = "pdf/sparta_2015_basics.pdf">SPARTA basics</A>
<LI><A HREF = "pdf/sparta_2015_physical_models.pdf">Physical models</A>
<LI><A HREF = "pdf/sparta_2015_advanced.pdf">SPARTA advanced topics</A>
<LI><A HREF = "pdf/sparta_2015_validation_verification.pdf">Validation and verification</A>
<LI><A HREF = "pdf/sparta_2015_modify.pdf">Modifying and extending SPARTA</A>
<LI><A HREF = "pdf/sparta_2015_future.pdf">Future directions</A>
</UL>
</HTML>