Searched refs:PetscSectionCreateSubmeshSection (Results 1 – 4 of 4) sorted by relevance
49 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection, IS, PetscSection*)
74 PETSC_EXTERN PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection, IS, PetscSection *);
2420 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection s, IS subpointIS, PetscSection *subs) in PetscSectionCreateSubmeshSection() function
10862 PetscCall(PetscSectionCreateSubmeshSection(section, subis, &subsection)); in DMCreateSubDomainDM_Plex()