mathcomp.assemble.discontinuousgalerkin
Class Gauleg

java.lang.Object
  extended by mathcomp.assemble.discontinuousgalerkin.Gauleg

public class Gauleg
extends java.lang.Object


Constructor Summary
Gauleg(int n)
           
 
Method Summary
 void calc(double x1, double x2)
           
 double[] getAbcissas()
           
 double[] getWeights()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gauleg

public Gauleg(int n)
Method Detail

calc

public void calc(double x1,
                 double x2)

getAbcissas

public double[] getAbcissas()

getWeights

public double[] getWeights()