![]() |
(git:936074a)
|
... More...
Functions/Subroutines | |
| subroutine, public | trunc_cs_poly_n20 (res, r, t, nderiv) |
| ... | |
| subroutine, public | init (nder, iunit, mepos, group) |
| ... | |
| subroutine, public | free_c0 () |
| ... | |
...
| subroutine, public t_sh_p_s_c::trunc_cs_poly_n20 | ( | real(kind=dp), dimension(*), intent(out) | res, |
| real(kind=dp), intent(in) | r, | ||
| real(kind=dp), intent(in) | t, | ||
| integer, intent(in) | nderiv | ||
| ) |
...
| RES | ... |
| R | ... |
| T | ... |
| NDERIV | ... |
Definition at line 64 of file t_sh_p_s_c.F.
| subroutine, public t_sh_p_s_c::init | ( | integer, intent(in) | nder, |
| integer, intent(in) | iunit, | ||
| integer, intent(in) | mepos, | ||
| class(mp_comm_type), intent(in) | group | ||
| ) |
...
| Nder | the number of derivatives that will actually be used |
| iunit | contains the data file to initialize the table |
| mepos | ... |
| group | ... |
Definition at line 1111 of file t_sh_p_s_c.F.
| subroutine, public t_sh_p_s_c::free_c0 |