Package org.openpixi.pixi.physics

Examples of org.openpixi.pixi.physics.ParticleGridInitializer.initialize()


    initialGrid = new Grid(settings);
    initialParticles = settings.getParticles();

    ParticleGridInitializer pgi = new ParticleGridInitializer();
    pgi.initialize(
        new LocalInterpolation(
            settings.getInterpolator(), settings.getParticleIterator()),
        settings.getPoissonSolver(),
        initialParticles,
        initialGrid);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.