Home
last modified time | relevance | path

Searched refs:vecTotal (Results 1 – 11 of 11) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcustom_value_tracker.cpp177 void CustomValueTracker::move(const double * const vecTotal, const double * const vecIncremental) in move() argument
181 globalProperties_.move(vecTotal); in move()
H A Dtracking_mesh_I.h338 …void TrackingMesh<NUM_NODES>::move(const double * const vecTotal, const double * const vecIncremen… in move() argument
341 MultiNodeMesh<NUM_NODES>::move(vecTotal, vecIncremental); in move()
342 customValues_.move(vecTotal,vecIncremental); in move()
H A Dvolume_mesh.h57 void move(const double * const vecTotal, const double * const vecIncremental);
H A Dabstract_mesh.h73 virtual void move(const double *vecTotal, const double *vecIncremental) = 0;
H A Dvolume_mesh_I.h408 void VolumeMesh<NUM_NODES,NUM_FACES,NUM_NODES_PER_FACE>::move(const double * const vecTotal, const … in move() argument
410 TrackingMesh<NUM_NODES>::move(vecTotal,vecIncremental); in move()
H A Dtracking_mesh.h72 virtual void move(const double * const vecTotal, const double * const vecIncremental);
H A Dmulti_node_mesh.h85 virtual void move(const double * const vecTotal, const double * const vecIncremental);
H A Dcustom_value_tracker.h153 void move(const double * const vecTotal, const double * const vecIncremental);
H A Dsurface_mesh.h90 void move(const double * const vecTotal, const double * const vecIncremental);
H A Dmulti_node_mesh_I.h463 …void MultiNodeMesh<NUM_NODES>::move(const double * const vecTotal, const double * const vecIncreme… in move() argument
478 vectorAdd3D(node_(i)[j],vecTotal,node_(i)[j]); in move()
H A Dsurface_mesh_I.h1209 void SurfaceMesh<NUM_NODES,NUM_NEIGH_MAX>::move(const double * const vecTotal, const double * const… in move() argument
1211 TrackingMesh<NUM_NODES>::move(vecTotal,vecIncremental); in move()