Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c177 static PetscErrorCode ComputeSpecialBoundaryIndices(DomainData dd, IS *dirichlet, IS *neumann) in ComputeSpecialBoundaryIndices() function
732 PetscCall(ComputeSpecialBoundaryIndices(dd, &dirichletIS, NULL)); in ComputeMatrix()
887 PetscCall(ComputeSpecialBoundaryIndices(dd, &dirichletIS, &neumannIS)); in ComputeKSPBDDC()
893 PetscCall(ComputeSpecialBoundaryIndices(dd, NULL, &neumannIS)); in ComputeKSPBDDC()
898 PetscCall(ComputeSpecialBoundaryIndices(dd, &dirichletIS, &neumannIS)); in ComputeKSPBDDC()