#include <iostream>
#include <iomanip>
#include <string>
#include "message.h"
#include "parametermap.h"
#include "cheezyparser.h"
#include "kernel_chooser.h"
#include "kernel.h"
Go to the source code of this file.
Functions | |
void | getHelp (void) |
Print usage information & quit. | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
-------------------------------------------------------
Core-Halo Ur-Model (CHUM) This is a simple implementation of the Core-Halo model based off of Scott-Pratt's PhaseMaker code, but with several simple flow patterns implemented as well as a rho-meson induced halo as well as an exponential decaying core (which also gives a halo!)
-------------------------------------------------------