public interface InitialConditionInterface
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getCoef(DblMatrix X)
Get the values of the initial condition at the points in X.
|
DblMatrix |
getDefaultValue()
Get the default value.
|
void |
setDefaultValue(DblMatrix N)
Set the default value.
|
void |
setDefaultValue(double N)
Set the default value.
|
void |
setDefaultValue(java.lang.Double N)
Set the default value.
|
void |
setDefaultValue(int N)
Set the default value.
|
void setDefaultValue(DblMatrix N)
void setDefaultValue(int N)
void setDefaultValue(double N)
void setDefaultValue(java.lang.Double N)
DblMatrix getDefaultValue()
Copyright © 2011, 2013. Daniel P. Dougherty