mathcomp.assemble.convdiff
Class CDH_HVM
java.lang.Object
mathcomp.monitor.DefaultReportable
mathcomp.monitor.DefaultAlgorithm
mathcomp.assemble.Assembler
mathcomp.assemble.LagrangeLinearAssembler
mathcomp.assemble.convdiff.AbstractCDA
mathcomp.assemble.convdiff.AbstractCDA_cV
mathcomp.assemble.convdiff.ConvDiffHomogen
mathcomp.assemble.convdiff.CDH_HVM
- All Implemented Interfaces:
- java.lang.Runnable, Algorithm, Reportable
public class CDH_HVM
- extends ConvDiffHomogen
Methods inherited from class mathcomp.assemble.convdiff.ConvDiffHomogen |
evalBX, evalBY, evalExactSolution, evalF, evalU, evalV, getExactPartialU, getExactPartialV, getExactPartialX, getExactPartialY, getPreferredGridFileName, getSolScale |
Methods inherited from class mathcomp.assemble.Assembler |
addDirichletNodes, assembleGlobal, calcDirichletBoundary, createSurfaces, createSurfaces, evalExactGradient, getDof, getElementMatrix, getErrorCalculator, getGrid, getInfoUrl, getM, getY, report, run, setGrid, setM, setY |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CDH_HVM
public CDH_HVM()
getStabilizerTermRight
public double getStabilizerTermRight(Triangle t,
Node u)
getStabTerm
public double getStabTerm(Triangle t,
Node u,
Node v)
evalTau
public double evalTau(Triangle t,
Node u,
Node Xb)
toString
public java.lang.String toString()
- Description copied from class:
Assembler
- Set the name of your assembler by overwriting this method in your
assembler class.
- Overrides:
toString
in class ConvDiffHomogen
- Returns:
- the name of the assembler