Home
last modified time | relevance | path

Searched refs:PetscSectionCreateSubdomainSection (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscsection.h75 PETSC_EXTERN PetscErrorCode PetscSectionCreateSubdomainSection(PetscSection, IS, PetscSection *);
/petsc/doc/changes/
H A D318.md176 - Add `PetscSectionCreateSubdomainSection()`
/petsc/src/vec/is/section/interface/
H A Dsection.c2452 PetscErrorCode PetscSectionCreateSubdomainSection(PetscSection s, IS subpointMap, PetscSection *sub… in PetscSectionCreateSubdomainSection() function