Package ca.eandb.jdcp.job

Examples of ca.eandb.jdcp.job.ParallelizableJob


////        SurfaceScatterer.REFLECT
////        new FresnelSurfaceScatterer(1.0, 1.5)
//    };
    int N = 100000000;

    ParallelizableJob job = new TransferMatrixJob.Builder()
        .addSpecimens(abm.subsurface.getLayers())
        .addWavelength(wavelength)
        .setCollectorSphere(collector)
        .setSamplesPerMeasurement(N)
        .setTasksPerMeasurement(8)
View Full Code Here

TOP

Related Classes of ca.eandb.jdcp.job.ParallelizableJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.