Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_set_points_3d_real (method_id, point_name, grid_id, points_actual_shape, points_1st_array, points_2nd_array, points_3rd_array, new_points, ierror) |
subroutine psmile_set_points_3d_real | ( | Integer,intent(inout) | method_id, | |
Character(len=*),intent(in) | point_name, | |||
Integer,intent(in) | grid_id, | |||
Integer,dimension (1:2, *),intent(in) | points_actual_shape, | |||
Real,dimension (*),intent(in) | points_1st_array, | |||
Real,dimension (*),intent(in) | points_2nd_array, | |||
Real,dimension (*),intent(in) | points_3rd_array, | |||
Logical,intent(in) | new_points, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 14 of file psmile_set_points_3d_real.F90.
References PSMILe::Grids, max, PSMILe::Methods, PRISM_Error_Alloc, psmile_get_method_handle(), and psmile_reshape_2d_real().
Referenced by psmile_apply_user_data().