Open Qmin
0.8.0
GPU-accelerated Q-tensor-based liquid crystal simulations
|
#include "energyMinimizerNesterovAG.cuh"
Functions | |
__global__ void | gpu_nesterovAG_step_kernel (dVec *force, dVec *position, dVec *alternatePosition, scalar deltaT, scalar mu, int N) |
bool | gpu_nesterovAG_step (dVec *force, dVec *position, dVec *alternatePosition, scalar deltaT, scalar mu, int N, int blockSize) |
run an adam minimization step More... | |