Package | Description |
---|---|
com.mockturtlesolutions.snifflib.pde |
Contains standard classes and interfaces for numerical solution of partial differential equations.
|
Modifier and Type | Field and Description |
---|---|
protected NDGrid |
AbstractDiffuse.grid |
protected NDGrid |
AbstractBoundaryValueProblem.grid |
Modifier and Type | Method and Description |
---|---|
NDGrid |
PdeReportInstance.getGrid() |
Modifier and Type | Method and Description |
---|---|
void |
CrankNicholson.updateGrid(NDGrid grid) |
Constructor and Description |
---|
AbstractBoundaryValueProblem(NDGrid g,
BoundaryCondition f) |
AbstractDiffuse(NDGrid g) |
AbstractDiffuse(NDGrid g,
BoundaryCondition BC) |
BVP(NDGrid grid,
BoundaryCondition BC) |
CrankNicholson(NDGrid g) |
CrankNicholson(NDGrid g,
BoundaryCondition BC) |
Diffuse(NDGrid Grid,
DblMatrix Tstart,
DblMatrix Tstop)
Instantiate a diffusion object by giving a grid and a starting and stopping time.
|
GaussSeidel(NDGrid g,
BoundaryCondition f) |
PdeReportInstance(NDGrid g,
DblMatrix u,
DblMatrix t) |
Copyright © 2011, 2013. Daniel P. Dougherty