public abstract class AbstractBoundaryCondition extends java.lang.Object implements BoundaryCoefficient
| Constructor and Description |
|---|
AbstractBoundaryCondition() |
| Modifier and Type | Method and Description |
|---|---|
abstract DblMatrix |
getValueAt(DblMatrix[] x) |
abstract DblMatrix |
getValueAt(DblMatrix[] x,
DblMatrix time) |
public abstract DblMatrix getValueAt(DblMatrix[] x)
getValueAt in interface BoundaryCoefficientpublic abstract DblMatrix getValueAt(DblMatrix[] x, DblMatrix time)
getValueAt in interface BoundaryCoefficientCopyright © 2011, 2013. Daniel P. Dougherty