Home
last modified time | relevance | path

Searched refs:PetscSectionCopy_Internal (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dsectionimpl.h80 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PetscSectionCopy_Internal(PetscSection, PetscSection, Pe…
/petsc/src/dm/impls/plex/
H A Dplexdd.c182 PetscCall(PetscSectionCopy_Internal(tsec, sec, label->bt)); in DMCreateDomainDecomposition_Plex()
/petsc/src/vec/is/section/interface/
H A Dsection.c90 PetscCall(PetscSectionCopy_Internal(section, newSection, NULL)); in PetscSectionCopy()
94 PetscErrorCode PetscSectionCopy_Internal(PetscSection section, PetscSection newSection, PetscBT con… in PetscSectionCopy_Internal() function