Subroutine to set the default LU behaviour
DOFACTYESCOLAMD1.0NOTRANSNOREFINENONONOYES
| 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