#include "implicit_f.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | func_slope (idn, fac, npc, pld, stiffmin, stiffmax, stiffini, stiffavg) |
| subroutine | unify_x (idn1, idn2, npc, pld, npoint, len1, len2, xuni, nptnew) |
| subroutine func_slope | ( | integer, intent(in) | idn, |
| fac, | |||
| integer, dimension(*), intent(in) | npc, | ||
| intent(in) | pld, | ||
| stiffmin, | |||
| intent(out) | stiffmax, | ||
| intent(out) | stiffini, | ||
| intent(out) | stiffavg ) |
Definition at line 36 of file func_slope.F.
| subroutine unify_x | ( | integer | idn1, |
| integer | idn2, | ||
| integer, dimension(*), intent(in) | npc, | ||
| intent(in) | pld, | ||
| integer | npoint, | ||
| integer | len1, | ||
| integer | len2, | ||
| xuni, | |||
| integer | nptnew ) |
Definition at line 102 of file func_slope.F.