Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Solver Class / Solver Constructor / Solver Constructor(FemMesh,Double)
The problem to be solved
Iterative solver tolerance

In This Topic
    Solver Constructor(FemMesh,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mesh As FemMesh, _
       ByVal tol As Double _
    )
    public Solver( 
       FemMesh mesh,
       double tol
    )

    Parameters

    mesh
    The problem to be solved
    tol
    Iterative solver tolerance
    See Also