mathcomp.assemble.discontinuousgalerkin
Class GaulegDim2

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

public class GaulegDim2
extends java.lang.Object


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

Constructor Detail

GaulegDim2

public GaulegDim2(int n)
Method Detail

calc

public void calc(double x1,
                 double x2,
                 double y1,
                 double y2)

getNodes

public Node[] getNodes()

getWeights

public double[] getWeights()