![]() |
Timothy
0.9
Tissue Modelling Framework
|
contains the main simulation loop More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#include <omp.h>
#include "global.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
contains the main simulation loop
Definition in file main.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
This function intializes MPI, calls Timothy initialization and allocation functions. It also contains the main simulation loop where all important simulation steps are called.
Definition at line 40 of file main.c.
References cellsCleanup(), commCleanup(), computePotential(), computePotentialGradient(), createExportList(), decompositionExecute(), decompositionFinalize(), fieldsSolve(), initCellsToGridExchange(), interpolateFieldsToCells(), ioWriteFields(), ioWriteStepPovRay(), ioWriteStepVTK(), MPIrank, MPIsize, nsteps, OMPthreads, povout, printStepNum(), randomStreamFree(), rstOutStep, saveRstFile(), secondsPerStep, simStart, simTime, simulationInit(), statisticsPrint(), statOutStep, step, treeBuild(), treeFree(), updateCellPositions(), updateCellStates(), vnfout, vtkout, vtkOutStep, and waitCellsToGridExchange().