VPTissue Reference Manual
|
Cell mechanics by displacement and insertion of nodes. More...
#include <NodeMover.h>
Classes | |
struct | MetropolisInfo |
Information gathered to evaluat effects of Metropolis Algorithm. More... | |
struct | MoveInfo |
Information related to (potential) move of a node in the mesh. More... | |
Public Member Functions | |
NodeMover () | |
Straight initialization of empty object. | |
NodeMover (const CoreData &cd) | |
Initializing constructor. | |
double | GetTissueEnergy () const |
Get current energy for the whole tissue. | |
void | Initialize (const CoreData &cd) |
Initializes based on values in property tree. | |
MetropolisInfo | SweepOverNodes (double step_size, double temperature) |
Sweep over all nodes, do metropolis move for each of them. | |
bool | UsesDeltaHamiltonian () const |
Using the delta-hamiltonian. | |
Cell mechanics by displacement and insertion of nodes.
Definition at line 46 of file NodeMover.h.