Searched refs:thisNc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1211 PetscInt qPoints, thisNc; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1215 PetscCall(PetscQuadratureGetData(quad, NULL, &thisNc, &qPoints, NULL, NULL)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1216 …PetscCheck(thisNc == Nc, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Functional dim %" PetscInt_FMT " does n… in DMPlexComputeAnchorMatrix_Tree_Direct() 3030 PetscInt dim, thisNc, numPoints, j, k; in DMPlexComputeInjectorReferenceTree() local 3040 PetscCall(PetscQuadratureGetData(q, &dim, &thisNc, &numPoints, &points, &weights)); in DMPlexComputeInjectorReferenceTree() 3041 …PetscCheck(thisNc == Nc, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Functional dim %" PetscInt_FMT " does n… in DMPlexComputeInjectorReferenceTree()
|