Uses of Class
edu.rit.pj.ParallelForLoop
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 ParallelForLoop in edu.rit.pj
Modifier and TypeClassDescriptionclass
Class IntegerForLoop is the abstract base class for one variation of a parallel for loop that is executed inside a ParallelRegion.class
Class IntegerStrideForLoop is the abstract base class for one variation of a parallel for loop that is executed inside a ParallelRegion.class
Class LongForLoop is the abstract base class for one variation of a parallel for loop that is executed inside a ParallelRegion.class
Class LongStrideForLoop is the abstract base class for one variation of a parallel for loop that is executed inside a ParallelRegion. -
Uses of ParallelForLoop 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.