public interface DiffusionCoefInterface
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getCoef(DblMatrix X,
DblMatrix T)
Get the values of the diffusion coefficient 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.
|
DblMatrix getCoef(DblMatrix X, DblMatrix T)
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