public abstract class AbstractDiffusionCoefficient extends java.lang.Object implements PDECoefficient
| Constructor and Description |
|---|
AbstractDiffusionCoefficient() |
| Modifier and Type | Method and Description |
|---|---|
abstract DblMatrix |
getValueAt(DblMatrix[] X) |
abstract DblMatrix |
getValueAt(DblMatrix[] X,
DblMatrix T) |
public abstract DblMatrix getValueAt(DblMatrix[] X)
getValueAt in interface PDECoefficientpublic abstract DblMatrix getValueAt(DblMatrix[] X, DblMatrix T)
getValueAt in interface PDECoefficientCopyright © 2011, 2013. Daniel P. Dougherty