Examples of Mglin


Examples of com.nr.pde.Mglin

    // Test Mglin
    System.out.println("Testing Mglin");

    u[midl][midl]=2.0;
    Mglin mglin = new Mglin(u,20);u=mglin.u;
   
//    System.out.printf(endl << " Test that solution satisfies difference equations:";
//    System.out.printf(endl;
//    System.out.printf(setprecision(2);
//    for (i=NSTEP;i<JMAX-1;i+=NSTEP) {
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.