-
Notifications
You must be signed in to change notification settings - Fork 1
/
mainpage.h
32 lines (32 loc) · 904 Bytes
/
mainpage.h
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
/** @mainpage C2-Ray (1D)
*
* @authors Garrelt Mellema & Ilian T. Iliev
*
* @section intro Introduction
* This program does a 1-dimensional time-dependent photo-ionization
* calculation for one problem from a series of test problems.
* These test problems are
* the ones described in the C2-Ray paper:
*
* <em>C2-Ray: A new method for photon-conserving transport of ionizing radiation</em>\n
* G. Mellema, I. Iliev, M. Alvarez, P. R. Shapiro, 2006\n
* New Astronomy 11, 374
*
* No hydrodynamics is included.
*
* Sample input files can be found in the \c inputs directory
*
* The program needs cooling tables, which can be found in the
* subdirectory \c tables
*
* <hr>
* @section notes release.notes
* release.notes
* <hr>
* @section requirements requirements
* @verbinclude requirements
* <hr>
* @todo [optionally include text about more work to be done]
* @todo Give each todo item its own line
*
*/