Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
arguments Struct Reference

Struct containing the results of the inline command arguments. More...

#include <include/glauber_dynamics.h>

Data Fields

int silent
 Default: 0.
 
int do_init
 Goes to 1 if -i is mentioned (even without fname) Default: 0.
 
int n
 Default: 10.
 
int d
 Default: 2.
 
int max_time
 Default: 10000.
 
int width
 Default: 5.
 
int height
 Default: 5.
 
int dpi
 Default: 200.
 
int penwidth
 Default: 10.
 
double alpha
 Default: 0.5.
 
double frame_density
 Default: 1.
 
char * init_fname
 
char * output
 

Detailed Description

Struct containing the results of the inline command arguments.

For details refer to

 ./glauber_dynamics --help

The particular values have matching names so are not further documented here.

Field Documentation

◆ init_fname

char* arguments::init_fname

optional init_fname option. Default: init

◆ output

char* arguments::output

output fname. Default: final


The documentation for this struct was generated from the following file: