Go to the source code of this file.
Data Types | |
| module | modi_interp_grid_nat |
| interface | modi_interp_grid_nat::interp_grid_nat |
Functions/Subroutines | |
| subroutine | interp_grid_nat_1d (PDG1, PT1, PDG2, PT2) |
| subroutine | interp_grid_nat_2d (PDG1, PT1, PDG2, PT2) |
| subroutine interp_grid_nat_1d | ( | real, dimension(:,:), intent(in) | PDG1, |
| real, dimension(:,:), intent(in) | PT1, | ||
| real, dimension(:), intent(in) | PDG2, | ||
| real, dimension(:,:), intent(out) | PT2 | ||
| ) |
| subroutine interp_grid_nat_2d | ( | real, dimension(:,:), intent(in) | PDG1, |
| real, dimension(:,:), intent(in) | PT1, | ||
| real, dimension(:,:), intent(in) | PDG2, | ||
| real, dimension(:,:), intent(out) | PT2 | ||
| ) |
1.8.5