mathcomp.util.cfd
Class ParticlePath

java.lang.Object
  extended by mathcomp.util.cfd.ParticlePath

public class ParticlePath
extends java.lang.Object


Constructor Summary
ParticlePath()
           
 
Method Summary
 double evalApproxSolution(Node n, Triangle t, int comp)
           
 double evalBasisFuncOnRefVelocity(Node u, int localBasisNumber)
           
 void export(java.lang.String filePath)
           
 double getDamper()
           
 void runFrom(Node n, int steps)
           
 void setDamper(double damper)
           
 void setGrid(Grid grid)
           
 void setSol(Vector sol)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticlePath

public ParticlePath()
Method Detail

export

public void export(java.lang.String filePath)

runFrom

public void runFrom(Node n,
                    int steps)

evalApproxSolution

public double evalApproxSolution(Node n,
                                 Triangle t,
                                 int comp)

evalBasisFuncOnRefVelocity

public double evalBasisFuncOnRefVelocity(Node u,
                                         int localBasisNumber)

setGrid

public void setGrid(Grid grid)

setSol

public void setSol(Vector sol)

getDamper

public double getDamper()

setDamper

public void setDamper(double damper)