Searched refs:degreetmp (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 1799 …PetscCall(PetscMalloc1(PetscMax(maxlocal, 1), &sf->degreetmp)); /* allocate at least one entry, se… in PetscSFComputeDegreeBegin() 1801 for (i = 0; i < maxlocal; i++) sf->degreetmp[i] = 1; in PetscSFComputeDegreeBegin() 1802 PetscCall(PetscSFReduceBegin(sf, MPIU_INT, sf->degreetmp - sf->minleaf, sf->degree, MPI_SUM)); in PetscSFComputeDegreeBegin() 1833 …PetscCheck(sf->degreetmp, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Must call PetscSFComputeDegr… in PetscSFComputeDegreeEnd() 1834 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, sf->degreetmp - sf->minleaf, sf->degree, MPI_SUM)); in PetscSFComputeDegreeEnd() 1835 PetscCall(PetscFree(sf->degreetmp)); in PetscSFComputeDegreeEnd()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 94 PetscInt *degreetmp; /* Temporary local array for computing degree */ member
|