Searched refs:bvalue (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/tutorials/ |
| H A D | ex9f.F90 | 16 PetscBool :: bvalue, bdefault = PETSC_TRUE 45 …PetscCallA(PetscOptionsBool('-bool', 'Get an application bool', 'Man page', bdefault, bvalue, flg,… 47 write (IOBuffer, '("The bool value was set to ",L1,"\n")') bvalue
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_vec.py | 129 bvalue = [float(i) for i in range(nblock * bsize)] 130 self.vec.setValuesBlocked(bindex, bvalue) 134 self.assertEqual(bvalue, list(value))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2150 PetscErrorCode DMPlexLabelCohesiveComplete(DM dm, DMLabel label, DMLabel blabel, PetscInt bvalue, P… in DMPlexLabelCohesiveComplete() argument 2235 PetscCall(DMLabelGetStratumIS(blabel, bvalue, &bdIS)); in DMPlexLabelCohesiveComplete()
|