mathcomp.assemble.convdiff
Class AbstractCDA_Mini
java.lang.Object
mathcomp.monitor.DefaultReportable
mathcomp.monitor.DefaultAlgorithm
mathcomp.assemble.Assembler
mathcomp.assemble.MiniAssembler
mathcomp.assemble.convdiff.AbstractCDA_Mini
- All Implemented Interfaces:
- java.lang.Runnable, Algorithm, Reportable
- Direct Known Subclasses:
- CDH_Mini
public abstract class AbstractCDA_Mini
- extends MiniAssembler
- Author:
- ch.wust
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class mathcomp.assemble.Assembler |
addDirichletNodes, assembleGlobal, calcDirichletBoundary, createSurfaces, createSurfaces, evalExactGradient, evalExactSolution, evalF, getDof, getElementMatrix, getErrorCalculator, getExactPartialX, getExactPartialY, getGrid, getInfoUrl, getM, getPreferredGridFileName, getSolScale, getY, report, run, setGrid, setM, setTauIndex, setY, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
epsilon
public double epsilon
d0
public static double d0
d1
public static double d1
delta
public double delta
area
public double area
AbstractCDA_Mini
public AbstractCDA_Mini()
approxLHS
public double approxLHS(Triangle t,
Node u,
Node v)
getDelta
public double getDelta(Triangle t)
evalBX
public abstract double evalBX(Node n)
evalBY
public abstract double evalBY(Node n)
setEpsilon
public void setEpsilon(double ep)
- Overrides:
setEpsilon
in class Assembler
getEpsilon
public double getEpsilon()
- Overrides:
getEpsilon
in class Assembler