• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H21-Oct-2021-214158

bench/H21-Oct-2021-6,3255,684

cmake/H03-May-2022-1,2951,103

data/H21-Oct-2021-878,922878,802

doc/H03-May-2022-265179

examples/H03-May-2022-104,804101,464

lib/H21-Oct-2021-210,175136,944

python/H21-Oct-2021-441262

src/H03-May-2022-140,02788,372

tools/H21-Oct-2021-31,22328,382

.gitignoreH A D21-Oct-2021326 4540

BUILD_CMAKE.mdH A D21-Oct-20215.2 KiB169140

LICENSEH A D21-Oct-202117.4 KiB351290

READMEH A D21-Oct-20211.8 KiB4333

README

1This is the SPARTA software package.
2
3SPARTA stands for Stochastic PArallel Rarefied-gas Time-accurate
4Analyzer.
5
6Copyright (2014) Sandia Corporation.  Under the terms of Contract
7DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
8certain rights in this software.  This software is distributed under
9the GNU General Public License.
10
11----------------------------------------------------------------------
12
13SPARTA is a Direct Simulation Monte Carlo (DSMC) code designed to run
14efficiently on parallel computers.  It was developed at Sandia
15National Laboratories, a US Department of Energy facility, with
16funding from the DOE.  It is an open-source code, distributed freely
17under the terms of the GNU Public License (GPL).
18
19The primary authors of the code are Steve Plimpton and Michael Gallis,
20who can be emailed at sjplimp@sandia.gov and magalli@sandia.gov.  The
21SPARTA web site at http://sparta.sandia.gov has more information about
22the code and its uses.
23
24The SPARTA distribution includes the following files and directories:
25
26README			   this file
27LICENSE			   the GNU General Public License (GPL)
28bench                      benchmark problems
29data                       files with species/reaction params, surface files
30doc                        documentation
31examples                   simple test problems
32lib                        additional library files
33python                     Python wrapper on SPARTA as a library
34src                        source files
35tools                      pre- and post-processing tools
36
37Point your browser at any of these files to get started:
38
39doc/Manual.html	           the SPARTA manual
40doc/Section_intro.html	   hi-level introduction to SPARTA
41doc/Section_start.html	   how to build and use SPARTA
42doc/Developer.pdf          SPARTA developer guide
43