Returns the value of the
coefficient at the given point.

Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
double Mu( double x, double t ) |
Visual Basic (Declaration) |
---|
Function Mu ( _ x As Double, _ t As Double _ ) As Double |
Visual C++ |
---|
double Mu( double x, double t ) |
Parameters
- x
- Type: System..::.Double
A double, the point in space at whichis to be evaluated.
- t
- Type: System..::.Double
A double, the time point at whichis to be evaluated.
Return Value
A double, the value of
Remarks
Time dependency of
can be controlled via method
SetTimeDependence. Use of this method will usually yield a more efficient
algorithm because some finite element matrices do not have to be reassembled for each
t value.
