Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi49 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection, IS, PetscSection*)
/petsc/include/
H A Dpetscsection.h74 PETSC_EXTERN PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection, IS, PetscSection *);
/petsc/src/vec/is/section/interface/
H A Dsection.c2420 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection s, IS subpointIS, PetscSection *subs) in PetscSectionCreateSubmeshSection() function
/petsc/src/dm/impls/plex/
H A Dplex.c10862 PetscCall(PetscSectionCreateSubmeshSection(section, subis, &subsection)); in DMCreateSubDomainDM_Plex()