Data Types | |
| interface | anti_rotate_g |
| interface | etir |
| interface | gauss_rt |
| interface | gauss_tr |
| interface | map_fac |
| interface | retre |
| interface | rotate_g |
Public Member Functions | |
| TYPE(LOLA) function | gauss_tr_s (PT_REEL, PT_POLE, PCODIL) |
| type(lola) function, dimension(size(pt_reel)) | gauss_tr_v (PT_REEL, PT_POLE, PCODIL) |
| TYPE(LOLA) function | gauss_rt_s (PT_G, PT_POLE, PCODIL) |
| type(lola) function, dimension(size(pt_g)) | gauss_rt_v (PT_G, PT_POLE, PCODIL) |
| TYPE(LOLA) function | rotate_g_s (PT_TR, PT_POLE) |
| type(lola) function, dimension(size(pt_tr)) | rotate_g_v (PT_TR, PT_POLE) |
| TYPE(LOLA) function | anti_rotate_g_s (PT_REEL, PT_POLE) |
| type(lola) function, dimension(size(pt_reel)) | anti_rotate_g_v (PT_REEL, PT_POLE) |
| TYPE(LOLA) function | etir_s (PT_COORD, PCODIL) |
| type(lola) function, dimension(size(pt_coord)) | etir_v (PT_COORD, PCODIL) |
| TYPE(LOLA) function | retre_s (PT_COORD, PCODIL) |
| type(lola) function, dimension(size(pt_coord)) | retre_v (PT_COORD, PCODIL) |
| REAL function | map_fac_s (POLE, PCODIL, PT_COORD) |
| real function, dimension(size(pt_coord)) | map_fac_v (POLE, PCODIL, PT_COORD) |
Definition at line 5 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::anti_rotate_g_s | ( | type (lola), intent(in) | PT_REEL, |
| type (lola), intent(in) | PT_POLE | ||
| ) |
Definition at line 153 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_reel)) mode_geo_gauss::anti_rotate_g_v | ( | type (lola), dimension(:), intent(in) | PT_REEL, |
| type (lola), intent(in) | PT_POLE | ||
| ) |
Definition at line 174 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::etir_s | ( | type (lola), intent(in) | PT_COORD, |
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 200 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_coord)) mode_geo_gauss::etir_v | ( | type (lola), dimension(:), intent(in) | PT_COORD, |
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 219 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::gauss_rt_s | ( | type (lola), intent(in) | PT_G, |
| type (lola), intent(in) | PT_POLE, | ||
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 79 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_g)) mode_geo_gauss::gauss_rt_v | ( | type (lola), dimension(:), intent(in) | PT_G, |
| type (lola), intent(in) | PT_POLE, | ||
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 91 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::gauss_tr_s | ( | type (lola), intent(in) | PT_REEL, |
| type (lola), intent(in) | PT_POLE, | ||
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 54 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_reel)) mode_geo_gauss::gauss_tr_v | ( | type (lola), dimension(:), intent(in) | PT_REEL, |
| type (lola), intent(in) | PT_POLE, | ||
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 66 of file mode_geo_gauss.F90.
| REAL function mode_geo_gauss::map_fac_s | ( | type (lola), intent(in) | POLE, |
| real, intent(in) | PCODIL, | ||
| type (lola), intent(in) | PT_COORD | ||
| ) |
Definition at line 282 of file mode_geo_gauss.F90.
| real function, dimension(size(pt_coord)) mode_geo_gauss::map_fac_v | ( | type (lola), intent(in) | POLE, |
| real, intent(in) | PCODIL, | ||
| type (lola), dimension(:), intent(in) | PT_COORD | ||
| ) |
Definition at line 296 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::retre_s | ( | type (lola), intent(in) | PT_COORD, |
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 239 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_coord)) mode_geo_gauss::retre_v | ( | type (lola), dimension(:), intent(in) | PT_COORD, |
| real, intent(in) | PCODIL | ||
| ) |
Definition at line 258 of file mode_geo_gauss.F90.
| TYPE(LOLA) function mode_geo_gauss::rotate_g_s | ( | type (lola), intent(in) | PT_TR, |
| type (lola), intent(in) | PT_POLE | ||
| ) |
Definition at line 104 of file mode_geo_gauss.F90.
| type (lola) function, dimension(size(pt_tr)) mode_geo_gauss::rotate_g_v | ( | type (lola), dimension(:), intent(in) | PT_TR, |
| type (lola), intent(in) | PT_POLE | ||
| ) |
Definition at line 126 of file mode_geo_gauss.F90.
1.8.5