mathcomp.assemble.discontinuousgalerkin
Class GaulegTri

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

public class GaulegTri
extends java.lang.Object


Constructor Summary
GaulegTri(int n)
           
 
Method Summary
 void calc()
           
 void calc(Node a1, Node a2, Node a3)
           
 Node[] getNodes()
           
 double[] getWeights()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaulegTri

public GaulegTri(int n)
Method Detail

calc

public void calc()

calc

public void calc(Node a1,
                 Node a2,
                 Node a3)

getNodes

public Node[] getNodes()

getWeights

public double[] getWeights()