Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex38.c40 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in main()
44 if (tensorCoords) PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in main()
H A Dex49.c89 if (user->closure_tensor) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in CheckOffsets()
153 …if (user->closure_tensor) PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in CheckOffsets()
H A Dex42.c241 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in SetupDiscretization()
247 PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in SetupDiscretization()
H A Dex9.c346 if (useSpectral) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, s)); in TestVecClosure()
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c74 if (tensor) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in main()
140 if (tensor) PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in main()
H A Dex6.c339 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in main()
366 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, s)); in main()
/petsc/src/dm/impls/swarm/tests/
H A Dex1.c36 PetscCall(DMPlexSetClosurePermutationTensor(*dm, PETSC_DETERMINE, NULL)); in CreateMesh()
37 PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in CreateMesh()
/petsc/doc/changes/
H A D312.md231 DMPlexSetClosurePermutationTensor()
H A D314.md264 - Change DMPlexSetClosurePermutationTensor() to set tensor
/petsc/include/
H A Dpetscdmplex.h405 PETSC_EXTERN PetscErrorCode DMPlexSetClosurePermutationTensor(DM, PetscInt, PetscSection);
/petsc/doc/manual/
H A Ddmplex.md224 This is most commonly done via `DMPlexSetClosurePermutationTensor()`.
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c1999 …PetscCall(DMPlexSetClosurePermutationTensor(cdm, 0, section)); /* XXX Implement DMPlexSetClosurePe… in DMPlexCreateGmsh()
H A Dplex.c6036 PetscErrorCode DMPlexSetClosurePermutationTensor(DM dm, PetscInt point, PetscSection section) in DMPlexSetClosurePermutationTensor() function
/petsc/src/dm/interface/
H A Ddm.c6223 if (reorder && isPlex) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in DMUseTensorOrder()