h5hut_NewTimeStep Subroutine

private subroutine h5hut_NewTimeStep(this, iter, time, label_iter, label_time)

Create a new time step and update attributes

Type Bound

h5hut_obj

Arguments

Type IntentOptional Attributes Name
class(h5hut_obj), intent(inout) :: this

A H5hut object

integer, intent(in) :: iter

iteration counter

real(kind=WP), intent(in) :: time

iteration counter

character(len=*), intent(in), optional :: label_iter

Optional iteration label

character(len=*), intent(in), optional :: label_time

Optional time label


Calls

proc~~h5hut_newtimestep~~CallsGraph proc~h5hut_newtimestep h5hut_obj%h5hut_NewTimeStep h5_getnsteps h5_getnsteps proc~h5hut_newtimestep->h5_getnsteps h5_setstep h5_setstep proc~h5hut_newtimestep->h5_setstep h5_writestepattrib_i4 h5_writestepattrib_i4 proc~h5hut_newtimestep->h5_writestepattrib_i4 h5_writestepattrib_r8 h5_writestepattrib_r8 proc~h5hut_newtimestep->h5_writestepattrib_r8

Called by

proc~~h5hut_newtimestep~~CalledByGraph proc~h5hut_newtimestep h5hut_obj%h5hut_NewTimeStep proc~eulerian_set_write eulerian_set%eulerian_set_Write proc~eulerian_set_write->proc~h5hut_newtimestep proc~marker_set_write marker_set%marker_set_Write proc~marker_set_write->proc~h5hut_newtimestep proc~particle_set_write particle_set%particle_set_Write proc~particle_set_write->proc~h5hut_newtimestep proc~respart_set_write ResPart_set%ResPart_set_Write proc~respart_set_write->proc~h5hut_newtimestep