![]() |
Timothy
0.9
Tissue Modelling Framework
|
contains functions computing and printing simulation statisctical information More...
#include <stdio.h>#include <stdlib.h>#include <mpi.h>#include <math.h>#include <inttypes.h>#include "global.h"
Go to the source code of this file.
Functions | |
| void | statisticsDensity () |
| void | statisticsDistance () |
| void | statisticsVelocity () |
| void | statisticsSize () |
| void | statisticsPhases () |
| void | statisticsPrint () |
contains functions computing and printing simulation statisctical information
Definition in file stats.c.
| void statisticsDensity | ( | ) |
This function computes and prints out density statistics.
Definition at line 38 of file stats.c.
References cells, statisticsData::densavg, statisticsData::densdev, cellData::density, lnc, statisticsData::maxdens, statisticsData::mindens, MPIrank, nc, and statistics.

| void statisticsDistance | ( | ) |
This function computes and prints out distance statistics.
Definition at line 88 of file stats.c.
References statisticsData::mindist, MPIrank, and statistics.

| void statisticsPhases | ( | ) |
| void statisticsPrint | ( | ) |
This is a driving function for computing and printing out statistics.
Definition at line 153 of file stats.c.
References MPIrank, statisticsDensity(), statisticsDistance(), statisticsPhases(), and statisticsSize().


| void statisticsSize | ( | ) |
This function computes and prints out cell size statistics.
Definition at line 120 of file stats.c.
References statisticsData::maxsize, statisticsData::minsize, MPIrank, and statistics.

| void statisticsVelocity | ( | ) |
This function computes and prints out velocity statistics.
Definition at line 106 of file stats.c.
References globalMaxVel, globalMinVel, statisticsData::maxvel, statisticsData::minvel, MPIrank, and statistics.