| 39a651e2 | 24-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make error handling when PetscErrorHandlingInitialized is not yet set more sane:
- set it at the top of PetscInitialize_Common() - PetscError() now checks it before doing anything, if not initialize
Make error handling when PetscErrorHandlingInitialized is not yet set more sane:
- set it at the top of PetscInitialize_Common() - PetscError() now checks it before doing anything, if not initialized, just return error code - CHKERRQ() and friends can now be used anywhere - Use CHKERRQ() and in PetscOptions and friends
show more ...
|