|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmathcomp.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_Shishkin
public class CDH_Shishkin
Field Summary |
---|
Fields inherited from class mathcomp.assemble.convdiff.AbstractCDA |
---|
area, aSixth, aThird, d0, d1, epsilon, tau, tauIndex |
Fields inherited from class mathcomp.assemble.LagrangeLinearAssembler |
---|
gradVector |
Fields inherited from class mathcomp.assemble.Assembler |
---|
dirichletBoundaryValues, solScale |
Constructor Summary | |
---|---|
CDH_Shishkin()
|
Method Summary | |
---|---|
java.lang.String |
getPreferredGridFileName()
Every Assembler has a preferred grid. |
java.lang.String |
toString()
Set the name of your assembler by overwriting this method in your assembler class. |
Methods inherited from class mathcomp.assemble.convdiff.ConvDiffHomogen |
---|
evalBX, evalBY, evalExactSolution, evalF, evalU, evalV, getExactPartialU, getExactPartialV, getExactPartialX, getExactPartialY, getSolScale |
Methods inherited from class mathcomp.assemble.convdiff.AbstractCDA_cV |
---|
approxLHS |
Methods inherited from class mathcomp.assemble.convdiff.AbstractCDA |
---|
approxConvectionIntegral, getEpsilon, getFlowSegment, getTau, getTauIndex, setEpsilon, setTauIndex, zeta |
Methods inherited from class mathcomp.assemble.LagrangeLinearAssembler |
---|
createDof, createDofExport, evalApproxGradient, evalApproxSolution, evalBasisFuncOnRef, evalGradXBasisFuncOnRef, evalGradYBasisFuncOnRef |
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 mathcomp.monitor.DefaultAlgorithm |
---|
algoAbortIfNeeded, algoCancel, algoClear, algoCount, algoIncrement, algoMax, isAlgoCancel, setAlgoCount, setAlgoMax |
Methods inherited from class mathcomp.monitor.DefaultReportable |
---|
getReport, setReport |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface mathcomp.monitor.Reportable |
---|
getReport, setReport |
Constructor Detail |
---|
public CDH_Shishkin()
Method Detail |
---|
public java.lang.String getPreferredGridFileName()
Assembler
Assembler
has a preferred grid. If this method is
not implemented in the specific assembler class, "square.grid" is
default.
getPreferredGridFileName
in class ConvDiffHomogen
public java.lang.String toString()
Assembler
toString
in class ConvDiffHomogen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |