Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
Data Fields
vertex Struct Reference

The vertex struct containing the neighbouring edges as pointers. More...

#include <lib/weightedgraph/include/vertex.h>

Data Fields

int dim
 The number of slots in array (local dimension)
 
double local_weight
 The sum of all weights of connected edges.
 
edge ** edges
 The list of neighbour edge instances as pointers.
 

Detailed Description

The vertex struct containing the neighbouring edges as pointers.

See also
edge

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