Class Real3DParallelTest

java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.fft.Real3DParallelTest

public class Real3DParallelTest extends ffx.utilities.FFXTest
Author:
Michael J. Schnieders
  • Field Summary

    Fields inherited from class ffx.utilities.FFXTest

    ffxCI, ffxOpenMM, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Real3DParallelTest(String info, int nx, int ny, int nz, int nCPUs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Collection<Object[]>
     
    void
     
    void
    Test of convolution method, of class Real3DParallel.
    void
    Test of the fft and ifft methods, of class Real3DParallel.

    Methods inherited from class ffx.utilities.FFXTest

    afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Real3DParallelTest

      public Real3DParallelTest(String info, int nx, int ny, int nz, int nCPUs)
  • Method Details

    • data

      public static Collection<Object[]> data()
    • setUp

      public void setUp()
    • testConvolution

      public void testConvolution()
      Test of convolution method, of class Real3DParallel.
    • testFft

      public void testFft()
      Test of the fft and ifft methods, of class Real3DParallel.