Functions/Subroutines | |
subroutine | gfldr (sourcefld) |
subroutine | gfldr_getxyz (xout, yout, zout) |
subroutine | gfldr_getfld (out1, out2, out3, nout, nldim, ifldpos) |
subroutine | gfldr_buf2vi (vi, index, buf, ldim, wds, nel, nxyz) |
subroutine | gfldr_intp (fieldout, nout, fieldin, iffpts) |
subroutine gfldr | ( | character, dimension(*) | sourcefld | ) |
subroutine gfldr_buf2vi | ( | real, dimension(*) | vi, |
index, | |||
real*4, dimension(*) | buf, | ||
ldim, | |||
integer | wds, | ||
nel, | |||
nxyz | |||
) |
subroutine gfldr_getfld | ( | real, dimension(*) | out1, |
real, dimension(*) | out2, | ||
real, dimension(*) | out3, | ||
nout, | |||
nldim, | |||
ifldpos | |||
) |
subroutine gfldr_getxyz | ( | real, dimension(*) | xout, |
real, dimension(*) | yout, | ||
real, dimension(*) | zout | ||
) |
subroutine gfldr_intp | ( | real, dimension(nout) | fieldout, |
nout, | |||
real, dimension (*) | fieldin, | ||
logical | iffpts | ||
) |