Searched refs:tval (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/graphops/order/amd/ |
| H A D | amd.c | 26 PetscBool tval, done; in MatGetOrdering_AMD() local 45 tval = (PetscBool)Control[AMD_AGGRESSIVE]; in MatGetOrdering_AMD() 46 …tionsBool("-mat_ordering_amd_aggressive", "use aggressive absorption", "None", tval, &tval, NULL)); in MatGetOrdering_AMD() 47 Control[AMD_AGGRESSIVE] = (double)tval; in MatGetOrdering_AMD()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Log.pyx | 389 cdef PetscBool tval = PETSC_FALSE 390 if flag: tval = PETSC_TRUE 391 CHKERR(PetscLogStageSetActive(self.id, tval)) 432 cdef PetscBool tval = PETSC_FALSE 433 if flag: tval = PETSC_TRUE 434 CHKERR(PetscLogStageSetVisible(self.id, tval)) 691 cdef PetscBool tval = PETSC_FALSE 692 if flag: tval = PETSC_TRUE 693 CHKERR(PetscLogEventSetActiveAll(self.id, tval))
|
| H A D | Sys.pyx | 416 cdef PetscBool tval = PETSC_FALSE 419 if flag: tval = PETSC_TRUE 420 CHKERR(PetscInfoAllow(tval))
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 644 PetscInt tval; in PetscOptionsEnum_Private() local 653 …t_Private(PetscOptionsObject, opt, text, man, list, ntext, list[(int)currentvalue], &tval, &tflg)); in PetscOptionsEnum_Private() 655 if (tflg) *value = (PetscEnum)tval; in PetscOptionsEnum_Private()
|
| H A D | options.c | 2586 PetscInt ntext = 0, tval; in PetscOptionsGetEnum() local 2594 PetscCall(PetscOptionsGetEList(options, pre, opt, list, ntext, &tval, &fset)); in PetscOptionsGetEnum() 2596 if (fset) *value = (PetscEnum)tval; in PetscOptionsGetEnum()
|