MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Functions for the initialization of seeds. More...
Go to the source code of this file.
Functions | |
void | createSeeds (int &ncell, int *center_x, int *center_y, int *center_z, bool report) |
Initialization of seeds. Stores positions of seeds. More... | |
Functions for the initialization of seeds.
Definition in file seeds.cc.
void createSeeds | ( | int & | ncell, |
int * | center_x, | ||
int * | center_y, | ||
int * | center_z, | ||
bool | report | ||
) |
Initialization of seeds. Stores positions of seeds.
[in,out] | ncell | in: max number of cells, out: actual number |
[out] | center_x | x position of seeds |
[out] | center_y | y position of seeds |
[out] | center_z | z position of seeds |
[in] | report | show output |
Definition at line 12 of file seeds.cc.
References CONFINEX, CONFINEY, CONFINEZ, globals::grid, bubbleGrowth.bubbleGrowth::m, globals::ncell, globals::nx, globals::ny, globals::nz, globals::RANDOM, globals::sx, globals::sy, and globals::sz.
Referenced by main().