Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Fem Namespace / DirectSolver Class / DirectSolver Constructor
The problem to be solved

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

    Parameters

    femMesh
    The problem to be solved
    See Also