Searched refs:minleaf (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 66 b->minleaf = PETSC_INT_MAX; in PetscSFCreate() 120 sf->minleaf = PETSC_INT_MAX; in PetscSFReset() 508 sf->minleaf = ilocal[0]; in PetscSFSetGraph() 512 sf->minleaf = 0; in PetscSFSetGraph() 628 sf->minleaf = 0; in PetscSFSetGraphWithPattern() 634 sf->minleaf = 0; in PetscSFSetGraphWithPattern() 640 sf->minleaf = 0; in PetscSFSetGraphWithPattern() 835 PetscErrorCode PetscSFGetLeafRange(PetscSF sf, PetscInt *minleaf, PetscInt *maxleaf) in PetscSFGetLeafRange() argument 840 if (minleaf) *minleaf = sf->minleaf; in PetscSFGetLeafRange() 1341 PetscInt i, j, n, nroots, nleaves, esf_nleaves, *new_ilocal, minleaf, maxleaf, maxlocal; in PetscSFCreateEmbeddedRootSF() local [all …]
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 19 …PetscCheck(sf->minleaf == PETSC_INT_MAX, PETSC_COMM_SELF, PETSC_ERR_PLIB, "SF minimum leaf is not … in CheckGraphNotSet() 29 PetscInt minleaf, maxleaf; in CheckGraphEmpty() local 37 PetscCall(PetscSFGetLeafRange(sf, &minleaf, &maxleaf)); in CheckGraphEmpty() 38 PetscCheck(minleaf == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "SF minimum leaf is not 0"); in CheckGraphEmpty()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 469 PetscInt j, p, q, nroots, esf_nleaves, *new_ilocal, minleaf, maxleaf, maxlocal; in PetscSFCreateEmbeddedRootSF_Basic() local 485 PetscCall(PetscSFGetLeafRange(sf, &minleaf, &maxleaf)); in PetscSFCreateEmbeddedRootSF_Basic() 486 maxlocal = maxleaf - minleaf + 1; in PetscSFCreateEmbeddedRootSF_Basic() 488 leafdata = PetscSafePointerPlusOffset(leafmem, -minleaf); in PetscSFCreateEmbeddedRootSF_Basic()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 71 PetscInt minleaf, maxleaf; member
|