Searched refs:PETSC_ERR_OPT_OVERWRITE (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscsystypes.h | 115 PETSC_ERR_OPT_OVERWRITE = 93, /* attempted to over write options which should not be changed */ enumerator
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 1396 …PetscCheck(th->Theta == 1.0, PetscObjectComm((PetscObject)ts), PETSC_ERR_OPT_OVERWRITE, "Can not c… in TSSetUp_BEuler() 1397 …PetscCheck(!th->endpoint, PetscObjectComm((PetscObject)ts), PETSC_ERR_OPT_OVERWRITE, "Can not chan… in TSSetUp_BEuler() 1434 …PetscCheck(th->Theta == 0.5, PetscObjectComm((PetscObject)ts), PETSC_ERR_OPT_OVERWRITE, "Can not c… in TSSetUp_CN() 1435 …PetscCheck(th->endpoint, PetscObjectComm((PetscObject)ts), PETSC_ERR_OPT_OVERWRITE, "Can not chang… in TSSetUp_CN()
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscsysmod.F90 | 203 PetscErrorCode, parameter :: PETSC_ERR_OPT_OVERWRITE = 93
|