Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gradzfmt (nr, nri, ri, wcr, zfmt, ld, gzfmt) |
| pure subroutine | splined (n, wc, f, df) |
| subroutine gradzfmt | ( | integer, intent(in) | nr, |
| integer, intent(in) | nri, | ||
| real(8), dimension(nr), intent(in) | ri, | ||
| real(8), dimension(12,nr), intent(in) | wcr, | ||
| complex(8), dimension(*), intent(in) | zfmt, | ||
| integer, intent(in) | ld, | ||
| complex(8), dimension(ld,3), intent(out) | gzfmt | ||
| ) |
Definition at line 10 of file gradzfmt.f90.
| pure subroutine gradzfmt::splined | ( | integer, intent(in) | n, |
| real(8), dimension(12,n), intent(in) | wc, | ||
| complex(8), dimension(n), intent(in) | f, | ||
| complex(8), dimension(n), intent(out) | df | ||
| ) |
Definition at line 215 of file gradzfmt.f90.