Commit 35643991 authored by Johannes Blaschke's avatar Johannes Blaschke
Browse files

wip: particle dynamics

parent 412b4c5f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,4 +69,9 @@ method. It's structure is:
                                     neighbor_list[index].dataPtr(), &size_nl,
                                     tow[index].dataPtr(), fc[index].dataPtr(), &subdt, &ncoll);
        }
        
        // Move particles based on velocities and forces
        des_time_loop(&nrp     , particles,
                      &ntot, tow[index].dataPtr(), fc[index].dataPtr(), &subdt,
                      &xlen, &ylen, &zlen, &stime, &n);
    }