Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexf90.c150 …Section *section, PetscSection *idxSection, PetscInt *point, PetscBool *useClPerm, PetscInt *numIn… in dmplexgetclosureindices_() argument
156 …)) *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &in… in dmplexgetclosureindices_()
157 …else *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &… in dmplexgetclosureindices_()
164 …Section *section, PetscSection *idxSection, PetscInt *point, PetscBool *useClPerm, PetscInt *numIn… in dmplexrestoreclosureindices_() argument
175 …*ierr = DMPlexRestoreClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &i… in dmplexrestoreclosureindices_()
176 …} else *ierr = DMPlexRestoreClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndi… in dmplexrestoreclosureindices_()
/petsc/src/dm/impls/plex/
H A Dplex.c6610 PetscErrorCode DMPlexVecGetOrientedClosure(DM dm, PetscSection section, PetscBool useClPerm, Vec v,… in DMPlexVecGetOrientedClosure() argument
6645 …if (useClPerm) PetscCall(PetscSectionGetClosureInversePermutation_Internal(section, (PetscObject)d… in DMPlexVecGetOrientedClosure()
8149 …etscSection section, PetscSection idxSection, PetscInt point, PetscBool useClPerm, PetscInt *numRo… in DMPlexGetClosureIndices_Internal() argument
8186 if (useClPerm) { in DMPlexGetClosureIndices_Internal()
8362 …etscSection section, PetscSection idxSection, PetscInt point, PetscBool useClPerm, PetscInt *numIn… in DMPlexGetClosureIndices() argument
8367 …PetscCall(DMPlexGetClosureIndices_Internal(dm, section, idxSection, point, useClPerm, &numRows, &n… in DMPlexGetClosureIndices()
8404 …etscSection section, PetscSection idxSection, PetscInt point, PetscBool useClPerm, PetscInt *numIn… in DMPlexRestoreClosureIndices() argument
8413 …rnal(DM dm, PetscSection section, PetscSection globalSection, PetscBool useClPerm, Mat A, PetscInt… in DMPlexMatSetClosure_Internal() argument
8429 …PetscCall(DMPlexGetClosureIndices(dm, section, globalSection, point, useClPerm, &numIndices, &indi… in DMPlexMatSetClosure_Internal()
H A Dplexfem.c219 PetscErrorCode DMPlexGetUseMatClosurePermutation(DM dm, PetscBool *useClPerm) in DMPlexGetUseMatClosurePermutation() argument
225 PetscAssertPointer(useClPerm, 2); in DMPlexGetUseMatClosurePermutation()
226 *useClPerm = mesh->useMatClPerm; in DMPlexGetUseMatClosurePermutation()
243 PetscErrorCode DMPlexSetUseMatClosurePermutation(DM dm, PetscBool useClPerm) in DMPlexSetUseMatClosurePermutation() argument
249 PetscValidLogicalCollectiveBool(dm, useClPerm, 2); in DMPlexSetUseMatClosurePermutation()
250 mesh->useMatClPerm = useClPerm; in DMPlexSetUseMatClosurePermutation()