FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Grid_unitTest (fileUnit, perfect) |
subroutine Grid_unitTest | ( | integer | fileUnit, |
logical, intent(inout) | perfect | ||
) |
The Grid unit test has several implementations. There is a general test, which exercises the data access interface of the Grid unit, for example the get/putData functions, and can be used with all GridMain implementations. There is also a test specific to the Uniform Grid which tests internal working of the UG such as parallel data exchanges, domain setup, etc.
fileUnit - open f90 write unit perfect - returns a true if the test passed, false otherwise NOTES
Definition at line 31 of file Grid_unitTest.F90.