|
GraphNet: Discrete element modeling for network connected materials
Applications to polymeric networks
|
| crack.cpp | Implements all functions prototyped in crack.h |
| crack.h | Defines a crack in terms of 2D ellipses |
| helper_funcs.cpp | |
| helper_funcs.h | |
| main.cpp | This file includes the code to check whether an MPI implementation has been asked by the user and run the experiment accordingly |
| mpi_network.cpp | |
| mpi_network.h | Wrapper around the Network and sacNetwork classes to allow for MPI implementation |
| network.cpp | This file implements all functions defined in header mpi_network.h |
| network.h | Conceptualizes and builds a polymer network as a graph G = (V,E) (i.e. a set of nodes (crosslinkers, V) and a set of edges (polymers, E)) |
| params.h | |
| sac_network.cpp | Implements all functions prototyped in sac_network.h |
| sac_network.h | Extends the network defintion to include hidden length effects as described by Lieou et al., 2013 PRE 88, 012703 article |
| vel.h |
1.8.11