|
||||||||||
| 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.discontinuousgalerkin.DGAssembler
mathcomp.assemble.discontinuousgalerkin.TimeIndependentAssembler
public abstract class TimeIndependentAssembler
| Field Summary |
|---|
| Fields inherited from class mathcomp.assemble.Assembler |
|---|
dirichletBoundaryValues, solScale |
| Constructor Summary | |
|---|---|
TimeIndependentAssembler()
|
|
| Method Summary | |
|---|---|
double |
arrayMult(double[] a1,
double[] a2)
used to compute de product of 2 arrays |
void |
assembleGlobal()
The main assemble method generally called from outside. |
java.lang.String |
toString()
Set the name of your assembler by overwriting this method in your assembler class. |
| Methods inherited from class mathcomp.assemble.discontinuousgalerkin.DGAssembler |
|---|
createDof, createSurfaces, evalApproxSolution, evalBasisFuncGradOnRef, evalBasisFuncOnRef, evalExactSolution, evalF, evalG, evalUd, getEdges, getErrorCalculator, iniQuadrature |
| Methods inherited from class mathcomp.assemble.Assembler |
|---|
addDirichletNodes, calcDirichletBoundary, createSurfaces, evalApproxGradient, evalExactGradient, getDof, getElementMatrix, getEpsilon, getExactPartialX, getExactPartialY, getGrid, getInfoUrl, getM, getPreferredGridFileName, getSolScale, getY, report, run, setEpsilon, setGrid, setM, setTauIndex, 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 TimeIndependentAssembler()
| Method Detail |
|---|
public void assembleGlobal()
Assemblerassemble(Grid g, Triangle t, Matrix m)
for each element.
assembleGlobal in class Assembler
public double arrayMult(double[] a1,
double[] a2)
public java.lang.String toString()
Assembler
toString in class Assembler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||