sor Interface

interface
public subroutine sor(a, b, c, d, e, f, u, rjac)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:,:):: a
real(kind=DP), intent(in), DIMENSION(:,:):: b
real(kind=DP), intent(in), DIMENSION(:,:):: c
real(kind=DP), intent(in), DIMENSION(:,:):: d
real(kind=DP), intent(in), DIMENSION(:,:):: e
real(kind=DP), intent(in), DIMENSION(:,:):: f
real(kind=DP), intent(inout), DIMENSION(:,:):: u
real(kind=DP), intent(in) :: rjac