Searched refs:GetFieldSize_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 5954 static PetscErrorCode GetFieldSize_Private(PetscInt dim, PetscInt k, PetscBool tensor, PetscInt *do… in GetFieldSize_Private() function 6079 PetscCall(GetFieldSize_Private(d, k, tensor, &dof)); in DMPlexSetClosurePermutationTensor() 6101 PetscCall(GetFieldSize_Private(d, k, tensor, &dof)); in DMPlexSetClosurePermutationTensor() 6149 PetscCall(GetFieldSize_Private(d, k, tensor, &dof)); in DMPlexSetClosurePermutationTensor() 6275 PetscCall(GetFieldSize_Private(d, k, tensor, &dof)); in DMPlexSetClosurePermutationTensor()
|