Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
main.c File Reference

Code regarding input of parameters + starting of the code. More...

#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <math.h>
#include "cdr.h"
#include "cstream.h"
#include "grid.h"
#include "parameters.h"
#include "proto.h"
#include "species.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 The main program.
 
void start_process (cdr_grid_t *cdr)
 Starts a given run on a given cdr tree.
 
void output_tree (cdr_grid_t *cdr, int step, double t)
 Outputs the tree contained in cdr.
 
void check_params ()
 Checks for some errors in the parameters that will produce nonsense output.
 

Detailed Description

Code regarding input of parameters + starting of the code.

i

Definition in file main.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

The main program.

Definition at line 26 of file main.c.

Here is the call graph for this function:

void start_process ( cdr_grid_t cdr)

Starts a given run on a given cdr tree.

Definition at line 161 of file main.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void output_tree ( cdr_grid_t cdr,
int  step,
double  t 
)

Outputs the tree contained in cdr.

If pois_output (global parameter) is true, it also dumps the Poisson tree.

Definition at line 202 of file main.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void check_params ( void  )

Checks for some errors in the parameters that will produce nonsense output.

Definition at line 242 of file main.c.

Here is the caller graph for this function: