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 PDECoefficient
public abstract DblMatrix getValueAt(DblMatrix[] X, DblMatrix T)
getValueAt
in interface PDECoefficient
Copyright © 2011, 2013. Daniel P. Dougherty