VPTissue Reference Manual
|
Information related to (potential) move of a node in the mesh. More...
#include <NodeMover.h>
Public Member Functions | |
MoveInfo (Node *no=nullptr, bool da=false, bool ma=false, double sd=0.0, std::array< double, 3 > d={{0.0, 0.0, 0.0}}) | |
Public Attributes | |
double | dh |
bool | dh_accept |
std::array< double, 3 > | displacement |
bool | mc_accept |
Node * | node |
Information related to (potential) move of a node in the mesh.
Definition at line 75 of file NodeMover.h.