Package org.openpixi.pixi.distributed

Examples of org.openpixi.pixi.distributed.SharedData$GhostCellsHandler


  private void createBoundaryMap(
      ParticleBoundaryType boundaryType, SharedDataManager sharedDataManager) {

    for (int region = 0; region < BoundaryRegions.NUM_OF_REGIONS; ++region) {
      SharedData sd = sharedDataManager.getBoundarySharedData(region);

      if (sd != null) {
        double xoffset = getXOffset(sharedDataManager.getBoundaryDirections(region));
        double yoffset = getYOffset(sharedDataManager.getBoundaryDirections(region));
        boundaryMap[region] = new BoundaryGate(xoffset, yoffset, sd);
View Full Code Here

TOP

Related Classes of org.openpixi.pixi.distributed.SharedData$GhostCellsHandler

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.