Home
last modified time | relevance | path

Searched refs:PetscSectionReset (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi10 PetscErrorCode PetscSectionReset(PetscSection)
H A DSection.pyx117 petsc.PetscSectionReset
120 CHKERR(PetscSectionReset(self.sec))
/petsc/include/
H A Dpetscsection.h68 PETSC_EXTERN PetscErrorCode PetscSectionReset(PetscSection);
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c338 PetscCall(PetscSectionReset(partSection)); in PetscPartitionerPartition()
/petsc/src/vec/is/section/interface/
H A Dsection.c103 PetscCall(PetscSectionReset(newSection)); in PetscSectionCopy_Internal()
384 PetscCall(PetscSectionReset(s)); in PetscSectionSetNumFields()
2776 PetscErrorCode PetscSectionReset(PetscSection s) in PetscSectionReset() function
2834 PetscCall(PetscSectionReset(*s)); in PetscSectionDestroy()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c695 PetscCall(PetscSectionReset(partSection)); in PetscPartitionerPartition_Multistage()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c278 PetscCall(PetscSectionReset(section)); in DMPlexCreatePartitionerGraph_Native()
765 PetscCall(PetscSectionReset(partSection)); in PetscPartitionerDMPlexPartition()