Searched refs:numChildDof (Results 1 – 1 of 1) sorted by relevance
2855 PetscInt i, numChildDof, numSelfDof; in DMPlexComputeInjectorReferenceTree() local2864 for (i = 0, numChildDof = 0; i < numChildren; i++) { in DMPlexComputeInjectorReferenceTree()2869 numChildDof += dof; in DMPlexComputeInjectorReferenceTree()2872 if (!numChildDof || !numSelfDof) continue; in DMPlexComputeInjectorReferenceTree()2877 for (i = 0, numChildDof = 0; i < numChildren; i++) { in DMPlexComputeInjectorReferenceTree()2882 numChildDof += dof; in DMPlexComputeInjectorReferenceTree()2889 for (i = 0; i < numSelfDof; i++) nnz[selfOff + i] = numChildDof; in DMPlexComputeInjectorReferenceTree()2898 PetscInt i, numChildDof, numSelfDof; in DMPlexComputeInjectorReferenceTree() local2908 for (i = 0, numChildDof = 0; i < numChildren; i++) { in DMPlexComputeInjectorReferenceTree()2913 numChildDof += dof; in DMPlexComputeInjectorReferenceTree()[all …]