![]() |
Timothy
0.9
Tissue Modelling Framework
|
contains driving functions for the global fields More...
Go to the source code of this file.
Functions | |
void | fieldsInit () |
void | fieldsSolve () |
contains driving functions for the global fields
Definition in file fields.c.
void fieldsInit | ( | ) |
This function intializes the fields. Various parameters are set and the Hypre initialization of the system is executed.
Definition at line 45 of file fields.c.
References chemEnvInitBC(), chemEnvInitSolver(), chemEnvInitSystem(), chemField, densityField, fieldAddr, fieldBC, fieldCriticalLevel1, fieldCriticalLevel2, fieldDiffCoef, fieldDt, fieldICMean, fieldICVar, fieldName, fieldType, gfDt, gfields, glucose, gridSize, hydrogenIon, NCHEM, oxygen, SCALAR_FIELD, secondsPerStep, tempEnvInitBC(), tempEnvInitSolver(), tempEnvInitSystem(), temperature, tempField, int64Vector3d::x, int64Vector3d::y, and int64Vector3d::z.
void fieldsSolve | ( | ) |
This is a driving function for global field solver. It is called in each step of the simulation.
Definition at line 131 of file fields.c.
References chemEnvSolve(), gfields, gfIter, gfIterPerStep, glucose, hydrogenIon, NCHEM, oxygen, tempEnvSolve(), temperature, and updateCellStates().