Searched refs:numSupp (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 864 PetscInt numSupp, numChildren; in DMFieldComputeFaceData_DS() local 868 PetscCall(DMPlexGetSupportSize(dm, point, &numSupp)); in DMFieldComputeFaceData_DS() 869 …cCheck(numSupp <= 2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point %" PetscInt_FMT " has %" PetscInt_FMT… in DMFieldComputeFaceData_DS() 870 numCells += numSupp; in DMFieldComputeFaceData_DS() 875 PetscInt numSupp, s; in DMFieldComputeFaceData_DS() local 878 PetscCall(DMPlexGetSupportSize(dm, point, &numSupp)); in DMFieldComputeFaceData_DS() 880 for (s = 0; s < numSupp; s++, offset++) cells[offset] = supp[s]; in DMFieldComputeFaceData_DS() 886 PetscInt numSupp, s, q; in DMFieldComputeFaceData_DS() local 889 PetscCall(DMPlexGetSupportSize(dm, point, &numSupp)); in DMFieldComputeFaceData_DS() 891 for (s = 0; s < numSupp; s++, offset++) { in DMFieldComputeFaceData_DS() [all …]
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1596 PetscInt numSupp, s; in DMPlexCreateConnectivity_pforest() local 1601 PetscCall(DMPlexGetSupportSize(dm, f, &numSupp)); in DMPlexCreateConnectivity_pforest() 1602 …numSupp == 1 || numSupp == 2, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "point %" PetscInt_FMT " has f… in DMPlexCreateConnectivity_pforest() 1605 for (s = 0; s < numSupp; s++) { in DMPlexCreateConnectivity_pforest() 1609 numSupp--; in DMPlexCreateConnectivity_pforest() 1614 for (s = 0; s < numSupp; s++) { in DMPlexCreateConnectivity_pforest() 1640 if (numSupp == 1) { in DMPlexCreateConnectivity_pforest() 1654 if (numSupp == 2) { in DMPlexCreateConnectivity_pforest() 1655 for (s = 0; s < numSupp; s++) { in DMPlexCreateConnectivity_pforest()
|