Public Member Functions | |
subroutine | psmile_transform_extent_cyclic (grid_type, extent, transformed, tr_codes, n_trans, ierror) |
subroutine | psmile_transform_extent_back (tr_codes, extents, transformed, n_trans, ierror) |
subroutine | psmile_transform_coords (comp_info, search, ierror) |
subroutine | psmile_transform_coords_db_re (tr_code_to, tr_code_from, coords_data_dble, coords_data_real, coords_size, datatype, ierror) |
Definition at line 73 of file psmile_grid.F90.
subroutine psmile_grid::interface::psmile_transform_coords | ( | type (enddef_comp),intent(in) | comp_info, | |
type (enddef_search),intent(inout) | search, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 106 of file psmile_grid.F90.
subroutine psmile_grid::interface::psmile_transform_coords_db_re | ( | integer,intent(in) | tr_code_to, | |
integer,intent(in) | tr_code_from, | |||
type (dble_vector),dimension (ndim_3d),intent(inout),optional | coords_data_dble, | |||
type (real_vector),dimension (ndim_3d),intent(inout),optional | coords_data_real, | |||
integer,dimension (ndim_3d),intent(in) | coords_size, | |||
integer,intent(in) | datatype, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 114 of file psmile_grid.F90.
subroutine psmile_grid::interface::psmile_transform_extent_back | ( | integer,dimension (n_trans),intent(in) | tr_codes, | |
real (psmile_float_kind),dimension (2, ndim_3d, n_trans),intent(in) | extents, | |||
real (psmile_float_kind),dimension (2, ndim_3d, n_trans),intent(out) | transformed, | |||
integer,intent(in) | n_trans, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 92 of file psmile_grid.F90.
subroutine psmile_grid::interface::psmile_transform_extent_cyclic | ( | integer,intent(in) | grid_type, | |
real (psmile_float_kind),dimension (2, ndim_3d),intent(in) | extent, | |||
real (psmile_float_kind),dimension (2, ndim_3d, 3*3),intent(out) | transformed, | |||
integer,dimension(3*3),intent(out) | tr_codes, | |||
integer,intent(out) | n_trans, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 80 of file psmile_grid.F90.