| Package | Description |
|---|---|
| com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
| com.mockturtlesolutions.snifflib.integration |
Contains standard classes and interfaces for performing integration.
|
| com.mockturtlesolutions.snifflib.pde |
Contains standard classes and interfaces for numerical solution of partial differential equations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReporter |
class |
DefaultReporter
Default implementation of AbstractReporter that uses Vector's to store the report
and trace frames according to an integer skip field.
|
class |
FigureReporter |
class |
ObjectReporter |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
AbstractOdeSolver.getReporter() |
Reporter |
OdeSolver.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOdeSolver.setReporter(Reporter F) |
void |
OdeSolver.setReporter(Reporter r) |
| Modifier and Type | Field and Description |
|---|---|
protected Reporter |
AbstractDiffuse.reporter |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
AbstractDiffuse.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDiffuse.setReporter(Reporter r) |
Copyright © 2011, 2013. Daniel P. Dougherty