My Project
programmer's documentation
|
Check the locations associated with a restart file. More...
Public Member Functions | |
subroutine | restart_check_base_location (r, lcel, lfac, lfbr, lsom) |
Check the locations associated with a restart file.
For each type of entity, return .true. if the associated number of entities matches the current value (and so that we consider the mesh locations, false otherwise.
[in] | r | restart structure pointer |
[out] | lcel | match for cells |
[out] | lfac | match for interior faces |
[out] | lfbr | match for boundary faces |
[out] | lsom | match for vertices |
subroutine restart_check_base_location | ( | type(c_ptr), value | r, |
logical(kind=c_bool), intent(out) | lcel, | ||
logical(kind=c_bool), intent(out) | lfac, | ||
logical(kind=c_bool), intent(out) | lfbr, | ||
logical(kind=c_bool), intent(out) | lsom | ||
) |