Package org.openpixi.pixi.physics.fields

Examples of org.openpixi.pixi.physics.fields.PoissonSolverFFTPeriodic


    this.s = new Simulation(stt);
    this.g = s.grid;
    g.resetCurrent();
   
    this.poisolver = new PoissonSolverFFTPeriodic();
  }
View Full Code Here


    par.setMass(1);
    par.setCharge(charge*(1-2*k));
    stt.addParticle(par);
  }
           
            stt.setPoissonSolver(new PoissonSolverFFTPeriodic());
            stt.useGrid(true);
            stt.setInterpolator(new ChargeConservingCIC());
            //set to charge conserving CIC; already preset in settings
  Simulation simulation = new Simulation(stt);
  return simulation;
View Full Code Here

TOP

Related Classes of org.openpixi.pixi.physics.fields.PoissonSolverFFTPeriodic

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.