Lines Matching refs:Propagator

146 void Propagator<IntegrationStep::PositionsOnly>::run()  in run()
178 void Propagator<IntegrationStep::VelocitiesOnly>::run() in run()
236 void Propagator<IntegrationStep::LeapFrog>::run() in run()
297 void Propagator<IntegrationStep::VelocityVerletPositionsAndVelocities>::run() in run()
356 Propagator<algorithm>::Propagator(double timestep, in Propagator() function in gmx::Propagator
374 void Propagator<algorithm>::scheduleTask(Step gmx_unused step, in scheduleTask()
431 void Propagator<algorithm>::setNumVelocityScalingVariables(int numVelocityScalingVariables) in setNumVelocityScalingVariables()
446 ArrayRef<real> Propagator<algorithm>::viewOnVelocityScaling() in viewOnVelocityScaling()
458 PropagatorCallback Propagator<algorithm>::velocityScalingCallback() in velocityScalingCallback()
469 ArrayRef<rvec> Propagator<algorithm>::viewOnPRScalingMatrix() in viewOnPRScalingMatrix()
482 PropagatorCallback Propagator<algorithm>::prScalingCallback() in prScalingCallback()
492 ISimulatorElement* Propagator<algorithm>::getElementPointerImpl( in getElementPointerImpl()
503 auto* element = builderHelper->storeElement(std::make_unique<Propagator<algorithm>>( in getElementPointerImpl()
507 auto* propagator = static_cast<Propagator<algorithm>*>(element); in getElementPointerImpl()
515 auto* propagator = static_cast<Propagator<algorithm>*>(element); in getElementPointerImpl()
524 template class Propagator<IntegrationStep::PositionsOnly>; variable
525 template class Propagator<IntegrationStep::VelocitiesOnly>; variable
526 template class Propagator<IntegrationStep::LeapFrog>; variable
527 template class Propagator<IntegrationStep::VelocityVerletPositionsAndVelocities>; variable