Searched refs:newNewValues (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8082 PetscScalar *newNewValues = NULL; in DMPlexAnchorsModifyMat_Internal() local 8091 PetscCall(DMGetWorkArray(dm, numRows * newNumIndices, MPIU_SCALAR, &newNewValues)); in DMPlexAnchorsModifyMat_Internal() 8093 …("BLASgemm", BLASgemm_("N", "N", &M, &N, &K, &a, modMat, &M, newValues, &K, &b, newNewValues, &M)); in DMPlexAnchorsModifyMat_Internal() 8095 newValues = newNewValues; in DMPlexAnchorsModifyMat_Internal() 8099 PetscScalar *newNewValues = NULL; in DMPlexAnchorsModifyMat_Internal() local 8108 PetscCall(DMGetWorkArray(dm, newNumIndices * numCols, MPIU_SCALAR, &newNewValues)); in DMPlexAnchorsModifyMat_Internal() 8110 …("BLASgemm", BLASgemm_("N", "T", &M, &N, &K, &a, newValues, &M, modMat, &N, &b, newNewValues, &M)); in DMPlexAnchorsModifyMat_Internal() 8112 newValues = newNewValues; in DMPlexAnchorsModifyMat_Internal()
|