Searched refs:DMPlexSetClosurePermutationTensor (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex38.c | 40 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in main() 44 if (tensorCoords) PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in main()
|
| H A D | ex49.c | 89 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 D | ex42.c | 241 PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in SetupDiscretization() 247 PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in SetupDiscretization()
|
| H A D | ex9.c | 346 if (useSpectral) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, s)); in TestVecClosure()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex8.c | 74 if (tensor) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in main() 140 if (tensor) PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in main()
|
| H A D | ex6.c | 339 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 D | ex1.c | 36 PetscCall(DMPlexSetClosurePermutationTensor(*dm, PETSC_DETERMINE, NULL)); in CreateMesh() 37 PetscCall(DMPlexSetClosurePermutationTensor(cdm, PETSC_DETERMINE, NULL)); in CreateMesh()
|
| /petsc/doc/changes/ |
| H A D | 312.md | 231 DMPlexSetClosurePermutationTensor()
|
| H A D | 314.md | 264 - Change DMPlexSetClosurePermutationTensor() to set tensor
|
| /petsc/include/ |
| H A D | petscdmplex.h | 405 PETSC_EXTERN PetscErrorCode DMPlexSetClosurePermutationTensor(DM, PetscInt, PetscSection);
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 224 This is most commonly done via `DMPlexSetClosurePermutationTensor()`.
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1999 …PetscCall(DMPlexSetClosurePermutationTensor(cdm, 0, section)); /* XXX Implement DMPlexSetClosurePe… in DMPlexCreateGmsh()
|
| H A D | plex.c | 6036 PetscErrorCode DMPlexSetClosurePermutationTensor(DM dm, PetscInt point, PetscSection section) in DMPlexSetClosurePermutationTensor() function
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6223 if (reorder && isPlex) PetscCall(DMPlexSetClosurePermutationTensor(dm, PETSC_DETERMINE, NULL)); in DMUseTensorOrder()
|