EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions/Subroutines
functns.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

real *8 function afun (x, y, z)
 
real *8 function bfun (x, y, z)
 
real *8 function cfun (x, y, z)
 
real *8 function dfun (x, y, z)
 
real *8 function efun (x, y, z)
 
real *8 function ffun (x, y, z)
 
real *8 function gfun (x, y, z)
 
real *8 function hfun (x, y, z)
 
real *8 function betfun (side, x, y, z)
 
real *8 function gamfun (side, x, y, z)
 
subroutine afunbl (nfree, x, y, z, coeff)
 
subroutine bfunbl (nfree, x, y, z, coeff)
 
subroutine cfunbl (nfree, x, y, z, coeff)
 
subroutine dfunbl (nfree, x, y, z, coeff)
 
subroutine efunbl (nfree, x, y, z, coeff)
 
subroutine ffunbl (nfree, x, y, z, coeff)
 
subroutine gfunbl (nfree, x, y, z, coeff)
 
subroutine xyk (nel, xyke, x, y, ijk, node)
 

Function/Subroutine Documentation

real*8 function afun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 6 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine afunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 83 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function betfun ( character*2  side,
real*8  x,
real*8  y,
real*8  z 
)

Definition at line 58 of file functns.f90.

Referenced by fdaddbc().

Here is the caller graph for this function:

real*8 function bfun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 12 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine bfunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 94 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function cfun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 18 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine cfunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 105 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function dfun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 24 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine dfunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 116 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function efun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 32 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine efunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 126 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function ffun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 40 of file functns.f90.

Referenced by apfun(), fdaddbc(), getsten(), lsPol(), and SetupBPol().

Here is the caller graph for this function:

subroutine ffunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 136 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function gamfun ( character*2  side,
real*8  x,
real*8  y,
real*8  z 
)

Definition at line 65 of file functns.f90.

Referenced by fdaddbc().

Here is the caller graph for this function:

real*8 function gfun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 46 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine gfunbl (   nfree,
real*8  x,
real*8  y,
real*8  z,
real*8, dimension(100)  coeff 
)

Definition at line 146 of file functns.f90.

Referenced by bsten().

Here is the caller graph for this function:

real*8 function hfun ( real*8  x,
real*8  y,
real*8  z 
)

Definition at line 52 of file functns.f90.

Referenced by fdaddbc(), and getsten().

Here is the caller graph for this function:

subroutine xyk (   nel,
dimension(2,2)  xyke,
dimension(*)  x,
dimension(*)  y,
dimension(node,*)  ijk,
  node 
)

Definition at line 159 of file functns.f90.