Searched refs:multiplyLeft (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8068 …s[], PetscScalar *outValues[], PetscInt offsets[], PetscBool multiplyRight, PetscBool multiplyLeft) in DMPlexAnchorsModifyMat_Internal() argument 8098 if (multiplyLeft) { in DMPlexAnchorsModifyMat_Internal() 8120 …dices, PetscInt *outPoints[], PetscScalar *outValues[], PetscInt offsets[], PetscBool multiplyLeft) in DMPlexAnchorsModifyMat() argument 8123 …es, values, outNumPoints, outNumIndices, outPoints, outValues, offsets, PETSC_TRUE, multiplyLeft)); in DMPlexAnchorsModifyMat() 8149 …s[], PetscInt outOffsets[], PetscScalar *values[], PetscBool multiplyRight, PetscBool multiplyLeft) in DMPlexGetClosureIndices_Internal() argument 8215 …if (multiplyLeft) PetscCheck(nRows == Ni, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_SIZ, "Ex… in DMPlexGetClosureIndices_Internal() 8243 if (multiplyLeft) { in DMPlexGetClosureIndices_Internal() 8253 …es : NULL, &NclC, &NiC, &pointsC, values ? &valuesC : NULL, offsets, multiplyRight, multiplyLeft)); in DMPlexGetClosureIndices_Internal() 8256 if (multiplyLeft) *numRows = NiC; in DMPlexGetClosureIndices_Internal()
|