Searched refs:PetscSectionCopy (Results 1 – 4 of 4) sorted by relevance
16 PETSC_EXTERN PetscErrorCode PetscSectionCopy(PetscSection, PetscSection);
121 PetscCall(PetscSectionCopy(p->section, partSection)); in PetscPartitionerPartition_Shell()
93 PetscCall(PetscSectionCopy(sec, tsec)); in DMCreateDomainDecomposition_Plex()
85 PetscErrorCode PetscSectionCopy(PetscSection section, PetscSection newSection) in PetscSectionCopy() function199 PetscCall(PetscSectionCopy(section, *newSection)); in PetscSectionClone()