Home
last modified time | relevance | path

Searched refs:PetscSectionInvalidateMaxDof_Internal (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dsectionimpl.h101 static inline PetscErrorCode PetscSectionInvalidateMaxDof_Internal(PetscSection s) in PetscSectionInvalidateMaxDof_Internal() function
/petsc/src/vec/is/section/interface/
H A Dsection.c63 PetscCall(PetscSectionInvalidateMaxDof_Internal(*s)); in PetscSectionCreate()
974 PetscCall(PetscSectionInvalidateMaxDof_Internal(s)); in PetscSectionSetDof()
1002 PetscCall(PetscSectionInvalidateMaxDof_Internal(s)); in PetscSectionAddDof()
2803 PetscCall(PetscSectionInvalidateMaxDof_Internal(s)); in PetscSectionReset()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c337 PetscCall(PetscSectionInvalidateMaxDof_Internal(leafSection)); in PetscSFDistributeSection()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c385 PetscCall(PetscSectionInvalidateMaxDof_Internal(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()