Home
last modified time | relevance | path

Searched refs:PetscSectionClone (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi6 PetscErrorCode PetscSectionClone(PetscSection, PetscSection*)
H A DSection.pyx89 petsc.PetscSectionClone
93 CHKERR(PetscSectionClone(self.sec, &sec.sec))
/petsc/include/
H A Dpetscsection.h14 PETSC_EXTERN PetscErrorCode PetscSectionClone(PetscSection, PetscSection *);
/petsc/src/ts/tutorials/
H A Dex18.c907 PetscCall(PetscSectionClone(s, &fs)); in MonitorFunctionals()
/petsc/src/dm/impls/network/
H A Dnetwork.c1637 PetscCall(PetscSectionClone(network->vertex.DofSection, &network->vertex.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1639 PetscCall(PetscSectionClone(network->edge.DofSection, &network->edge.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c1998 PetscCall(PetscSectionClone(cs, &section)); in DMPlexCreateGmsh()
/petsc/src/vec/is/section/interface/
H A Dsection.c193 PetscErrorCode PetscSectionClone(PetscSection section, PetscSection *newSection) in PetscSectionClone() function
/petsc/src/dm/interface/
H A Ddm.c6553 PetscCall(PetscSectionClone(section, &newSection)); in DMGetOutputDM()