Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes |
Contains standard classes and interfaces for storage, retrieval, and display.
|
com.mockturtlesolutions.snifflib.pde |
Contains standard classes and interfaces for numerical solution of partial differential equations.
|
Modifier and Type | Method and Description |
---|---|
static SblMatrix |
SblMatrix.I(int[] size) |
Modifier and Type | Method and Description |
---|---|
SblMatrix |
CrankNicholson.getAMatrix()
Returns the sparse matrix representation of the "backward" or implicit matrix A of the Crank-Nicholson
scheme A*u(t+1) = B*u(t)
|
SblMatrix |
CrankNicholson.getBMatrix()
Returns the sparse matrix representation of the "forward" matrix B of the Crank-Nicholson
scheme A*u(t+1) = B*u(t)
|
Copyright © 2011, 2013. Daniel P. Dougherty