Searched refs:numSelfDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2855 PetscInt i, numChildDof, numSelfDof; in DMPlexComputeInjectorReferenceTree() local 2871 PetscCall(PetscSectionGetDof(section, p, &numSelfDof)); in DMPlexComputeInjectorReferenceTree() 2872 if (!numChildDof || !numSelfDof) continue; in DMPlexComputeInjectorReferenceTree() 2884 PetscCall(PetscSectionGetFieldDof(section, p, f, &numSelfDof)); in DMPlexComputeInjectorReferenceTree() 2889 for (i = 0; i < numSelfDof; i++) nnz[selfOff + i] = numChildDof; in DMPlexComputeInjectorReferenceTree() 2898 PetscInt i, numChildDof, numSelfDof; in DMPlexComputeInjectorReferenceTree() local 2915 PetscCall(PetscSectionGetDof(section, p, &numSelfDof)); in DMPlexComputeInjectorReferenceTree() 2916 if (!numChildDof || !numSelfDof) continue; in DMPlexComputeInjectorReferenceTree() 2938 PetscCall(PetscSectionGetFieldDof(section, p, f, &numSelfDof)); in DMPlexComputeInjectorReferenceTree() 2994 PetscCall(DMGetWorkArray(refTree, numSelfDof * numChildDof, MPIU_SCALAR, &pointMat)); in DMPlexComputeInjectorReferenceTree() [all …]
|