FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
IO_writeSingleCells.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine IO_writeSingleCells (nblk, blklst)
 

Function/Subroutine Documentation

◆ IO_writeSingleCells()

subroutine IO_writeSingleCells ( integer, intent(in)  nblk,
integer, dimension(nblk), intent(in)  blklst 
)

Write data for one or several single cells to a file.

nblk : The number of blocks in the list blklst : The current list of relevant blocks

NOTES

The default implementation is a stub that does nothing. Simulations need to overwrite this with a real implementation if such output is desired.

An example implementation can be found in Simulation/SimulationMain/radflaHD/SupernovaRad1D .

Definition at line 32 of file IO_writeSingleCells.F90.