Lines Matching refs:flips
6483 const PetscScalar **flips = NULL; in DMPlexVecGetClosure_Static() local
6487 PetscCall(PetscSectionGetPointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Static()
6491 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecGetClosure_Static()
6519 PetscCall(PetscSectionRestorePointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Static()
6533 const PetscScalar **flips = NULL; in DMPlexVecGetClosure_Fields_Static() local
6535 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Fields_Static()
6541 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecGetClosure_Fields_Static()
6567 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecGetClosure_Fields_Static()
7329 const PetscScalar **flips = NULL; in DMPlexVecSetClosure() local
7331 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
7337 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7345 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7353 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7361 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7369 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7377 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7384 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
7389 const PetscScalar **flips = NULL; in DMPlexVecSetClosure() local
7391 PetscCall(PetscSectionGetPointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
7397 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7406 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7415 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7424 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7433 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7442 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetClosure()
7450 PetscCall(PetscSectionRestorePointSyms(section, numPoints, points, &perms, &flips)); in DMPlexVecSetClosure()
7501 const PetscScalar **flips = NULL; in DMPlexVecSetFieldClosure_Internal() local
7512 PetscCall(PetscSectionGetFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetFieldClosure_Internal()
7518 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetFieldClosure_Internal()
7528 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetFieldClosure_Internal()
7538 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetFieldClosure_Internal()
7548 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetFieldClosure_Internal()
7558 const PetscScalar *flip = flips ? flips[p] : NULL; in DMPlexVecSetFieldClosure_Internal()
7567 PetscCall(PetscSectionRestoreFieldPointSyms(section, f, numPoints, points, &perms, &flips)); in DMPlexVecSetFieldClosure_Internal()
8159 const PetscScalar **flips[32] = {NULL}; in DMPlexGetClosureIndices_Internal() local
8217 if (Nf) PetscCall(PetscSectionGetFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8218 else PetscCall(PetscSectionGetPointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8220 if (values && flips[f]) { in DMPlexGetClosureIndices_Internal()
8225 const PetscScalar *flip = flips[f] ? flips[f][p] : NULL; in DMPlexGetClosureIndices_Internal()
8259 …f (Nf) PetscCall(PetscSectionRestoreFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8260 else PetscCall(PetscSectionRestorePointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8263 … if (Nf) PetscCall(PetscSectionGetFieldPointSyms(section, f, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8264 else PetscCall(PetscSectionGetPointSyms(section, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8317 …if (Nf) PetscCall(PetscSectionRestoreFieldPointSyms(section, f, Ncl, points, &perms[f], &flips[f])… in DMPlexGetClosureIndices_Internal()
8318 else PetscCall(PetscSectionRestorePointSyms(section, Ncl, points, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()