HOMOTOPY Module


Uses

  • module~~homotopy~~UsesGraph module~homotopy HOMOTOPY module~hompack90_global HOMPACK90_GLOBAL module~homotopy->module~hompack90_global module~real_precision REAL_PRECISION module~homotopy->module~real_precision module~hompack90_global->module~real_precision

Used by

  • module~~homotopy~~UsedByGraph module~homotopy HOMOTOPY proc~fixpdf FIXPDF proc~fixpdf->module~homotopy proc~fixpds FIXPDS proc~fixpds->module~homotopy proc~fixpns FIXPNS proc~fixpns->module~homotopy proc~fixpqs FIXPQS proc~fixpqs->module~homotopy proc~fode FODE proc~fode->module~homotopy proc~fodeds FODEDS proc~fodeds->module~homotopy proc~gmres GMRES proc~gmres->module~homotopy proc~gmriluds GMRILUDS proc~gmriluds->module~homotopy proc~hfunp HFUNP proc~hfunp->module~homotopy proc~initp INITP proc~initp->module~homotopy proc~pcgds PCGDS proc~pcgds->module~homotopy proc~polsys1h POLSYS1H proc~polsys1h->module~homotopy proc~rootnx ROOTNX proc~rootnx->module~homotopy proc~rootqf ROOTQF proc~rootqf->module~homotopy proc~stepnx STEPNX proc~stepnx->module~homotopy proc~stepqf STEPQF proc~stepqf->module~homotopy proc~tangnf TANGNF proc~tangnf->module~homotopy proc~tangns TANGNS proc~tangns->module~homotopy proc~tangqf TANGQF proc~tangqf->module~homotopy

Interfaces

interface

  • public subroutine F(X, V)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in), DIMENSION(:) :: X
    real(kind=R8), intent(out), DIMENSION(:) :: V

interface

  • public subroutine FJAC(X, V, K)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in), DIMENSION(:) :: X
    real(kind=R8), intent(out), DIMENSION(:) :: V
    integer, intent(in) :: K

interface

  • public subroutine RHO(A, LAMBDA, X, V)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in) :: A(:)
    real(kind=R8), intent(inout) :: LAMBDA
    real(kind=R8), intent(in) :: X(:)
    real(kind=R8), intent(out) :: V(:)

interface

  • public subroutine RHOA(A, LAMBDA, X)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(out), DIMENSION(:) :: A
    real(kind=R8), intent(in) :: LAMBDA
    real(kind=R8), intent(in) :: X(:)

interface

  • public subroutine RHOJAC(A, LAMBDA, X, V, K)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in) :: A(:)
    real(kind=R8), intent(inout) :: LAMBDA
    real(kind=R8), intent(in) :: X(:)
    real(kind=R8), intent(out) :: V(:)
    integer, intent(in) :: K

interface

  • public subroutine FJACS(X)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in), DIMENSION(:) :: X

interface

  • public subroutine RHOJS(A, LAMBDA, X)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=R8), intent(in) :: A(:)
    real(kind=R8), intent(in) :: LAMBDA
    real(kind=R8), intent(in) :: X(:)