Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h16 PETSC_EXTERN PetscErrorCode PetscSectionCopy(PetscSection, PetscSection);
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c121 PetscCall(PetscSectionCopy(p->section, partSection)); in PetscPartitionerPartition_Shell()
/petsc/src/dm/impls/plex/
H A Dplexdd.c93 PetscCall(PetscSectionCopy(sec, tsec)); in DMCreateDomainDecomposition_Plex()
/petsc/src/vec/is/section/interface/
H A Dsection.c85 PetscErrorCode PetscSectionCopy(PetscSection section, PetscSection newSection) in PetscSectionCopy() function
199 PetscCall(PetscSectionCopy(section, *newSection)); in PetscSectionClone()