M-R-Houghton / petsc_model

Predictive numerical model for elastic fibre networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Model for Elastic Fibre Networks

Quick Start

Compile the model using make, which results in the executable model. Each network data file must be passed to the model via a parameter file, which can be generated automatically using

make parfiles

This command will look in each of the existing subdirectories subdir of data/dat/subdir and build parameter files for all of the network data files with a filename ending in _in.dat. To run the model use

mpiexec -n 1 ./model data/par/parameterFile.par [optional_args]

This command runs the model in serial, for the network corresponding with the relevant parameter file found at data/par/parameterFile.par.

Further Information

For additional information and model documentation please see the project wiki

About

Predictive numerical model for elastic fibre networks.


Languages

Language:C++ 69.0%Language:Python 9.9%Language:Roff 9.4%Language:C 7.2%Language:Shell 2.1%Language:CMake 0.8%Language:Makefile 0.7%Language:M4 0.5%Language:Starlark 0.4%