Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFLO_WriteDataFile.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rflo_writedatafileint (global, fileId, form, nDim1, nDim2, ivar)
 
subroutine rflo_writedatafilereal (global, fileId, form, nDim1, nDim2, var)
 

Function/Subroutine Documentation

subroutine rflo_writedatafileint ( type(t_global), pointer  global,
integer  fileId,
integer  form,
integer  nDim1,
integer  nDim2,
integer, dimension(:,:)  ivar 
)
subroutine rflo_writedatafilereal ( type(t_global), pointer  global,
integer  fileId,
integer  form,
integer  nDim1,
integer  nDim2,
real(rfreal), dimension(:,:)  var 
)