Searched refs:PetscSectionClone (Results 1 – 8 of 8) sorted by relevance
6 PetscErrorCode PetscSectionClone(PetscSection, PetscSection*)
89 petsc.PetscSectionClone93 CHKERR(PetscSectionClone(self.sec, &sec.sec))
14 PETSC_EXTERN PetscErrorCode PetscSectionClone(PetscSection, PetscSection *);
907 PetscCall(PetscSectionClone(s, &fs)); in MonitorFunctionals()
1637 PetscCall(PetscSectionClone(network->vertex.DofSection, &network->vertex.GlobalDofSection)); in DMNetworkAssembleGraphStructures()1639 PetscCall(PetscSectionClone(network->edge.DofSection, &network->edge.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1998 PetscCall(PetscSectionClone(cs, §ion)); in DMPlexCreateGmsh()
193 PetscErrorCode PetscSectionClone(PetscSection section, PetscSection *newSection) in PetscSectionClone() function
6553 PetscCall(PetscSectionClone(section, &newSection)); in DMGetOutputDM()