Home
last modified time | relevance | path

Searched refs:PetscSectionClosurePermKey (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dsectionimpl.h7 typedef struct PetscSectionClosurePermKey { struct
9 } PetscSectionClosurePermKey; typedef
15 static inline PetscHash_t PetscSectionClosurePermHash(PetscSectionClosurePermKey k) in PetscSectionClosurePermHash()
20 static inline int PetscSectionClosurePermEqual(PetscSectionClosurePermKey k1, PetscSectionClosurePe… in PetscSectionClosurePermEqual()
26 PETSC_HASH_MAP(ClPerm, PetscSectionClosurePermKey, PetscSectionClosurePermVal, PetscSectionClosureP…
/petsc/src/vec/is/section/interface/
H A Dsection.c3231 PetscSectionClosurePermKey key = {depth, clSize}; in PetscSectionSetClosurePermutation_Internal()
3300 PetscSectionClosurePermKey k = {depth, size}; in PetscSectionGetClosurePermutation_Private()
3347 PetscSectionClosurePermKey k = {depth, size}; in PetscSectionGetClosureInversePermutation_Internal()