public interface beschb
Subroutines
public subroutine beschb_s(x, gam1, gam2, gampl, gammi)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=DP), |
intent(in) |
|
| :: |
x | |
real(kind=DP), |
intent(out) |
|
| :: |
gam1 | |
real(kind=DP), |
intent(out) |
|
| :: |
gam2 | |
real(kind=DP), |
intent(out) |
|
| :: |
gampl | |
real(kind=DP), |
intent(out) |
|
| :: |
gammi | |
public subroutine beschb_v(x, gam1, gam2, gampl, gammi)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=DP), |
intent(in), |
|
DIMENSION(:) | :: |
x | |
real(kind=DP), |
intent(out), |
|
DIMENSION(:) | :: |
gam1 | |
real(kind=DP), |
intent(out), |
|
DIMENSION(:) | :: |
gam2 | |
real(kind=DP), |
intent(out), |
|
DIMENSION(:) | :: |
gampl | |
real(kind=DP), |
intent(out), |
|
DIMENSION(:) | :: |
gammi | |