1 #ifndef SIMPT_DEFAULT_HAMILTONIAN_MAXWELL_H_INCLUDED
2 #define SIMPT_DEFAULT_HAMILTONIAN_MAXWELL_H_INCLUDED
28 namespace Hamiltonian {
45 double operator()(
Cell* cell);
48 double m_elastic_modulus;
50 double m_lambda_cell_length;
51 double m_lambda_length;
52 double m_rp_stiffness;
53 double m_target_node_distance;
59 #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.
Maxwell Hamiltonian component.