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

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

    Parameters

    mesh
    The problem to be solved
    See Also