SolverSettingsGetDelta Method |
Time centering. Delta = 1 is fully implicit, i.e. x is estimated at n+1
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetDelta(
ILocation location
)
Public Function GetDelta (
location As ILocation
) As Double
public:
double GetDelta(
ILocation^ location
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
[Missing <param name="location"/> documentation for "M:DHI.Mike1D.HDParameterDataAccess.SolverSettings.GetDelta(DHI.Mike1D.Generic.ILocation)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.HDParameterDataAccess.SolverSettings.GetDelta(DHI.Mike1D.Generic.ILocation)"]
See Also