Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_gauss_get_neighbours (grid_id, ierror) |
subroutine | get_neigh_method_data_dble (grid_id) |
subroutine | get_neigh_method_data_real (grid_id) |
subroutine get_neigh_method_data_dble | ( | integer,intent(in) | grid_id | ) |
Definition at line 915 of file psmile_gauss_get_neighbours.F90.
References PSMILe::Comps, PSMILe::Grids, max, PSMILe::Methods, PRISM_Error_Alloc, and psmile_bsend().
Referenced by psmile_gauss_get_neighbours().
subroutine get_neigh_method_data_real | ( | integer,intent(in) | grid_id | ) |
Definition at line 1057 of file psmile_gauss_get_neighbours.F90.
References PSMILe::Comps, PSMILe::Grids, max, PSMILe::Methods, PRISM_Error_Alloc, and psmile_bsend().
Referenced by psmile_gauss_get_neighbours().
subroutine psmile_gauss_get_neighbours | ( | Integer,intent(in) | grid_id, | |
Integer,intent(out) | ierror | |||
) |
Definition at line 12 of file psmile_gauss_get_neighbours.F90.
References a, PSMILe::Comps, get_gauss_neighbour_cell(), get_gauss_opposite_neighbour_cell(), get_neigh_method_data_dble(), get_neigh_method_data_real(), PSMILe::Grids, max, PRISM_Error_Alloc, psmile_bsend(), psmile_gauss_1d_global_to_local(), psmile_gauss_3d_to_global_1d(), psmile_gauss_3d_to_local_1d(), psmile_gauss_get_bicu_stencil(), and psmile_quicksort().
Referenced by psmile_gauss_setup().