1 #ifndef SIMPT_DEFAULT_HAMILTONIAN_PLAIN_GC_H_INCLUDED
2 #define SIMPT_DEFAULT_HAMILTONIAN_PLAIN_GC_H_INCLUDED
28 namespace Hamiltonian {
45 double operator()(
Cell* cell);
49 double m_lambda_cell_length;
50 double m_lambda_length;
51 double m_rp_stiffness;
52 double m_target_node_distance;
58 #endif // end-of-include-guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Namespace for components of the Default model group.
Namespace for the core simulator.
PlainGC Hamiltonian function.