|
||||||||||
| 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.LagrangeCubicAssembler
public abstract class LagrangeCubicAssembler
A NOT yet implemented Assembler for piecewise cubic elements. !
| Field Summary |
|---|
| Fields inherited from class mathcomp.assemble.Assembler |
|---|
dirichletBoundaryValues, solScale |
| Constructor Summary | |
|---|---|
LagrangeCubicAssembler()
|
|
| Method Summary | |
|---|---|
double[] |
calcCubicBasisCoeffs(Triangle t,
int loaclNum)
|
void |
createDof(Grid grid,
java.util.Set dof)
All global Objects, that represent a degreeOfFreedom are added to dof. |
| Methods inherited from class mathcomp.assemble.Assembler |
|---|
addDirichletNodes, assembleGlobal, calcDirichletBoundary, createSurfaces, createSurfaces, evalApproxGradient, evalApproxSolution, evalExactGradient, evalExactSolution, evalF, getDof, getElementMatrix, getEpsilon, getErrorCalculator, getExactPartialX, getExactPartialY, getGrid, getInfoUrl, getM, getPreferredGridFileName, getSolScale, getY, report, run, setEpsilon, setGrid, setM, setTauIndex, setY, toString |
| 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 LagrangeCubicAssembler()
| Method Detail |
|---|
public void createDof(Grid grid,
java.util.Set dof)
Assembler
createDof in class Assemblergrid - the current griddof - the Set where the DOFs have to be put in
public double[] calcCubicBasisCoeffs(Triangle t,
int loaclNum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||