Uses of Class
edu.rit.pj.IntegerForLoop
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of IntegerForLoop in edu.rit.pj
Modifier and TypeMethodDescriptionfinal void
ParallelRegion.execute
(int first, int last, IntegerForLoop theLoop) Execute a parallel for loop within this parallel region.final void
ParallelRegion.execute
(int first, int last, IntegerForLoop theLoop, BarrierAction action) Execute a parallel for loop within this parallel region. -
Uses of IntegerForLoop in ffx.potential.nonbonded
Modifier and TypeClassDescriptionclass
class
The RowLoop class is used to parallelize placing onto a 3D gridclass
The SliceLoop class is used to parallelize placing onto a 3D gridclass
Loop over a list of atoms and assign their density to a grid.