mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
multiRotatingAxisMotion added and tested
This commit is contained in:
@ -41,6 +41,9 @@ bool pFlow::geometryMotion<MotionModel>::moveGeometry()
|
||||
|
||||
Kokkos::fence();
|
||||
|
||||
// move the motion components
|
||||
motionModel_.move(t,dt);
|
||||
|
||||
// end of calculations
|
||||
moveGeomTimer_.end();
|
||||
|
||||
|
Reference in New Issue
Block a user