public class InitialCondition extends java.lang.Object implements InitialConditionInterface
| Constructor and Description |
|---|
InitialCondition()
Default constructor.
|
| 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.
|
public DblMatrix getCoef(DblMatrix X)
getCoef in interface InitialConditionInterfacepublic void setDefaultValue(DblMatrix N)
setDefaultValue in interface InitialConditionInterfacepublic void setDefaultValue(int N)
setDefaultValue in interface InitialConditionInterfacepublic void setDefaultValue(double N)
setDefaultValue in interface InitialConditionInterfacepublic void setDefaultValue(java.lang.Double N)
setDefaultValue in interface InitialConditionInterfacepublic DblMatrix getDefaultValue()
getDefaultValue in interface InitialConditionInterfaceCopyright © 2011, 2013. Daniel P. Dougherty