h5hut_WriteGrid Subroutine

private subroutine h5hut_WriteGrid(this, name, xlo, dx)

Write the grid attributes

Type Bound

h5hut_obj

Arguments

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

A H5hut object

character(len=*), intent(in) :: name

Variable name

real(kind=wp), intent(in) :: xlo(3)

Coordinate of the low bound

real(kind=wp), intent(in) :: dx(3)

Grid spacing


Calls

proc~~h5hut_writegrid~~CallsGraph proc~h5hut_writegrid h5hut_obj%h5hut_WriteGrid h5bl_writefieldattrib_r8 h5bl_writefieldattrib_r8 proc~h5hut_writegrid->h5bl_writefieldattrib_r8

Called by

proc~~h5hut_writegrid~~CalledByGraph proc~h5hut_writegrid h5hut_obj%h5hut_WriteGrid proc~eulerian_set_writesingle eulerian_set%eulerian_set_WriteSingle proc~eulerian_set_writesingle->proc~h5hut_writegrid proc~eulerian_set_write eulerian_set%eulerian_set_Write proc~eulerian_set_write->proc~eulerian_set_writesingle