src/ directory

Root of the source tree.

Contents

This is the root of the source tree. Browse the directories below to learn more about how the source code is organized into directories.

Directories

directory Base/
Basic, general, generic utilities, reused across all executables.
directory Control/
Command line and input file parsing and grammars for all executables.
directory DiffEq/
Stochastic and deterministic (ordinary) differential equations.
directory IO/
File input and output.
directory Main/
Driver routines for all executables.
directory NoWarning/
Include files turning on/off specific compiler warnings for third-party library includes.
directory RNG/
Interoperation with random number generator libraries.
directory RNGTest/
Functionality specific to RNGTest
directory Statistics/
Estimating statistical moments and probablity distributions from ensembles.
directory UnitTest/
Functionality specific to UnitTest
directory Walker/
Functionality specific to Walker