The Elk Code
 
Loading...
Searching...
No Matches
rschrodint.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

pure subroutine rschrodint (sol, l, e, nr, r, vr, nn, p0, p1, q0, q1)
 
pure real(8) function poly3 (xa, ya, x)
 
pure real(8) function poly4i (xa, ya, x)
 

Function/Subroutine Documentation

◆ poly3()

pure real(8) function rschrodint::poly3 ( real(8), dimension(3), intent(in)  xa,
real(8), dimension(3), intent(in)  ya,
real(8), intent(in)  x 
)
private

Definition at line 100 of file rschrodint.f90.

Here is the call graph for this function:

◆ poly4i()

pure real(8) function rschrodint::poly4i ( real(8), dimension(4), intent(in)  xa,
real(8), dimension(4), intent(in)  ya,
real(8), intent(in)  x 
)
private

Definition at line 121 of file rschrodint.f90.

Here is the call graph for this function:

◆ rschrodint()

pure subroutine rschrodint ( real(8), intent(in)  sol,
integer, intent(in)  l,
real(8), intent(in)  e,
integer, intent(in)  nr,
real(8), dimension(nr), intent(in)  r,
real(8), dimension(nr), intent(in)  vr,
integer, intent(out)  nn,
real(8), dimension(nr), intent(out)  p0,
real(8), dimension(nr), intent(out)  p1,
real(8), dimension(nr), intent(out)  q0,
real(8), dimension(nr), intent(out)  q1 
)

Definition at line 9 of file rschrodint.f90.

Here is the call graph for this function:
Here is the caller graph for this function: