pub unsafe extern "C" fn destroyQuESTEnv(env: QuESTEnv)Expand description
Destroy the QuEST environment. If something needs to be done to clean up the execution environment, such as finalizing MPI when running in distributed mode, it is handled here
@see
- createQuESTEnv()
@ingroup type @param[in] env object representing the execution environment. A single instance is used for each program @author Ania Brown