Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Structures
Here are the data structures with brief descriptions:
 CargumentsStruct containing the results of the inline command arguments
 CedgeEdge struct to be used as edges in the graph structs
 CgfixtureFixture around the graph struct
 CgraphThe graph struct containing the pointers to edges and vertices
 CufixtureTest fixture used for testing update_rule instances
 CvertexThe vertex struct containing the neighbouring edges as pointers
 CvfixtureThe fixture used to test vertex related functions