Documentation
InstallationInstall deal.II, then retrieve and compile ryujin.
UsageRun the solver, write parameter files, and tune the build.
API referenceGenerated Doxygen documentation for the source tree.
SourceThe repository, issue tracker, and contribution guide.
Getting started
Section titled “Getting started”Install deal.II 9.6.0 or newer with MPI and P4est support, then:
git clone https://github.com/conservation-laws/ryujincd ryujingit submodule initgit submodule updatemake releaseThe executable ends up at build/run/ryujin, and takes a parameter file as its
single optional argument:
cd build/runDEAL_II_NUM_THREADS=2 mpirun -np 16 ryujin prm/benchmarks/euler-mach3-cylinder-2d.prmSee Installation for platform-specific instructions and Usage for parameter files, output formats, parallelism, and compile-time options.