|
||||||||||
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.SkewAdvection
mathcomp.assemble.convdiff.SkewAdvection_RFB
public class SkewAdvection_RFB
Field Summary |
---|
Fields inherited from class mathcomp.assemble.convdiff.AbstractCDA |
---|
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 | |
---|---|
SkewAdvection_RFB()
|
Method Summary | |
---|---|
double |
approxLHS(Triangle t,
Node u,
Node v)
|
double |
getBdotN(Triangle t,
int local)
|
Node |
getXminus(Triangle t,
Node z)
|
void |
markInOrOutBoundaries(Triangle t)
|
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.SkewAdvection |
---|
evalBX, evalBY, evalExactSolution, evalF, getErrorCalculator, getPreferredGridFileName |
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, getExactPartialX, getExactPartialY, getGrid, getInfoUrl, getM, getSolScale, 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 SkewAdvection_RFB()
Method Detail |
---|
public double approxLHS(Triangle t, Node u, Node v)
approxLHS
in class AbstractCDA_cV
public Node getXminus(Triangle t, Node z)
public void markInOrOutBoundaries(Triangle t)
public double getBdotN(Triangle t, int local)
public java.lang.String toString()
Assembler
toString
in class SkewAdvection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |