My Project
programmer's documentation
Public Member Functions
restart_check_base_location Interface Reference

Check the locations associated with a restart file. More...

Collaboration diagram for restart_check_base_location:
Collaboration graph

Public Member Functions

subroutine restart_check_base_location (r, lcel, lfac, lfbr, lsom)
 

Detailed Description

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.

Parameters
[in]rrestart structure pointer
[out]lcelmatch for cells
[out]lfacmatch for interior faces
[out]lfbrmatch for boundary faces
[out]lsommatch for vertices

Constructor & Destructor Documentation

◆ restart_check_base_location()

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 
)

The documentation for this interface was generated from the following file: