Subroutine to set the default LU behaviour
DOFACT
YES
COLAMD
1.0
NOTRANS
NOREFINE
NO
NO
NO
YES
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(SULU_ENV), | intent(inout) | :: | sulu |
subroutine init_superlu(sulu)
implicit none
type(SULU_ENV), intent(inout) :: sulu
call set_default_options(sulu%options)
return
endsubroutine init_superlu