FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Simulation_computeAnalytical (solnData, tileDesc, tcurr) |
subroutine Simulation_computeAnalytical | ( | real | solnData, |
type(Grid_tile_t) | tileDesc, | ||
real, intent(in) | tcurr | ||
) |
Compute an analytical solution for a given block.
This is simulation-dependent, there is no general implementation.
blockID - the number of the block to initialize tcurr - current time
SIDE EFFECTS
The analytical solution is computed and stored in an appropriate slot (or slots) in the solution vector, UNK.
NOTES
By default this is just a stub that does not do anything.
Definition at line 36 of file Simulation_computeAnalytical.F90.