The boundary conditions are inconsistent.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public BoundaryInconsistentException(
	string side,
	string gridVal
)
Visual Basic (Declaration)
Public Sub New ( _
	side As String, _
	gridVal As String _
)
Visual C++
public:
BoundaryInconsistentException(
	String^ side, 
	String^ gridVal
)

Parameters

side
Type: System..::.String
A String, indicates if the left or right boundary conditions are inconsistent.
gridVal
Type: System..::.String
A String, the grid value for which the boundary conditions are inconsistent, i.e. " xMin " for the left and " xMax " for the right boundaries.

See Also