| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 18 …tsyms_(PetscSection section, PetscInt *numPoints, PetscInt *points, PetscInt ***perms, PetscScalar… in petscsectiongetpointsyms_() 22 …tsyms_(PetscSection section, PetscInt *numPoints, PetscInt *points, PetscInt ***perms, PetscScalar… in petscsectionrestorepointsyms_() 26 …on section, PetscInt *field, PetscInt *numPoints, PetscInt *points, PetscInt ***perms, PetscScalar… in petscsectiongetfieldpointsyms_() 30 …on section, PetscInt *field, PetscInt *numPoints, PetscInt *points, PetscInt ***perms, PetscScalar… in petscsectionrestorefieldpointsyms_()
|
| /petsc/src/dm/label/ftn-custom/ |
| H A D | zdmlabel.c | 11 …ize, PetscInt *minOrient, PetscInt *maxOrient, PetscCopyMode *mode, PetscInt **perms, PetscScalar … in petscsectionsymlabelsetstratum_()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex6.c | 208 PetscInt **perms; in SetSymmetries() local 231 PetscInt **perms; in SetSymmetries() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 15 const PetscInt ***perms = NULL; in CheckSymmetry() local
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2667 const PetscInt ***perms; member 2686 const PetscInt **perms = &sl->perms[i][sl->minMaxOrients[i][0]]; in PetscSectionSymLabelReset() local 2845 …ratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOrient, const PetscInt ***perms, const Pe… in PetscSectionSymLabelGetStratum() 2904 …ize, PetscInt minOrient, PetscInt maxOrient, PetscCopyMode mode, const PetscInt **perms, const Pet… in PetscSectionSymLabelSetStratum() 2957 …etscSection section, PetscInt numPoints, const PetscInt *points, const PetscInt **perms, const Pet… in PetscSectionSymGetPoints_Label() 3006 const PetscInt **perms; in PetscSectionSymCopy_Label() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3550 PetscInt **perms = (PetscInt **)link->perms; in PetscSectionSymDestroy() local 3755 …etscSection section, PetscInt numPoints, const PetscInt *points, const PetscInt ***perms, const Pe… in PetscSectionGetPointSyms() 3775 PetscInt **perms = (PetscInt **)link->perms; in PetscSectionGetPointSyms() local 3810 …etscSection section, PetscInt numPoints, const PetscInt *points, const PetscInt ***perms, const Pe… in PetscSectionRestorePointSyms() 3862 …ion, PetscInt field, PetscInt numPoints, const PetscInt *points, const PetscInt ***perms, const Pe… in PetscSectionGetFieldPointSyms() 3890 …ion, PetscInt field, PetscInt numPoints, const PetscInt *points, const PetscInt ***perms, const Pe… in PetscSectionRestoreFieldPointSyms()
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 68 const PetscInt **perms; member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 37 const PetscInt ***perms; in DMPlexCreateSectionFields() local
|
| H A D | plex.c | 6482 const PetscInt **perms = NULL; in DMPlexVecGetClosure_Static() local 6532 const PetscInt **perms = NULL; in DMPlexVecGetClosure_Fields_Static() local 7328 const PetscInt **perms = NULL; in DMPlexVecSetClosure() local 7388 const PetscInt **perms = NULL; in DMPlexVecSetClosure() local 7500 const PetscInt **perms = NULL; in DMPlexVecSetFieldClosure_Internal() local 7698 …PetscInt point, PetscInt off, PetscInt foffs[], PetscBool setBC, const PetscInt ***perms, PetscInt… in DMPlexGetIndicesPointFields_Internal() 7749 …n, PetscSection globalSection, PetscInt point, PetscInt foffs[], const PetscInt ***perms, PetscInt… in DMPlexGetIndicesPointFieldsSplit_Internal() 7790 … cSec, PetscInt tmpIndices[], PetscInt fieldOffsets[], PetscInt indices[], const PetscInt ***perms) in DMPlexAnchorsGetSubMatIndices() 7838 …etscInt numPoints, PetscInt numIndices, const PetscInt points[], const PetscInt ***perms, PetscInt… in DMPlexAnchorsGetSubMatModification() 8068 …etscInt numPoints, PetscInt numIndices, const PetscInt points[], const PetscInt ***perms, PetscInt… in DMPlexAnchorsModifyMat_Internal() [all …]
|
| H A D | plexsfc.c | 356 const PetscInt **perms; in DMPlexOrientFieldPointIndex() local 381 const PetscInt **perms; in DMPlexOrientFieldPointVec() local
|
| H A D | plextree.c | 1174 const PetscInt ***perms = NULL; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1396 const PetscInt **perms; in DMPlexReferenceTreeGetChildrenMatrices() local 1640 const PetscInt **perms; in DMPlexComputeAnchorMatrix_Tree_FromReference() local 2082 const PetscInt ***perms; in DMPlexComputeInterpolatorTree() local 3020 const PetscInt ***perms; in DMPlexComputeInjectorReferenceTree() local
|
| H A D | plexproject.c | 306 const PetscInt ***perms; in DMProjectPoint_Field_Private() local
|
| /petsc/src/dm/dt/dualspace/impls/sum/ |
| H A D | dualspacesum.c | 574 static PetscErrorCode PetscDualSpaceGetSymmetries_Sum(PetscDualSpace sp, const PetscInt ****perms, … in PetscDualSpaceGetSymmetries_Sum()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 1751 PetscErrorCode PetscDualSpaceGetSymmetries(PetscDualSpace sp, const PetscInt ****perms, const Petsc… in PetscDualSpaceGetSymmetries()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 2669 …rorCode PetscDualSpaceGetSymmetries_Lagrange(PetscDualSpace sp, const PetscInt ****perms, const Pe… in PetscDualSpaceGetSymmetries_Lagrange()
|