Searched refs:wsz (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4634 …lls, cStart, cEnd, numChunks, chunkSize, chunk, totDim, totDimAux = 0, sz, wsz, off = 0, offCell =… in DMPlexComputeJacobian_Patch_Internal() local 4691 …wsz = (((X ? 1 : 0) + (X_t ? 1 : 0)) * totDim + (dmAux ? 1 : 0) * totDimAux + ((hasJac ? 1 : 0) + … in DMPlexComputeJacobian_Patch_Internal() 4692 PetscCall(DMGetWorkArray(dm, wsz, MPIU_SCALAR, &work)); in DMPlexComputeJacobian_Patch_Internal() 4693 PetscCall(PetscArrayzero(work, wsz)); in DMPlexComputeJacobian_Patch_Internal() 4701 …PetscCheck(off == wsz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error is workspace size %" PetscInt_FMT "… in DMPlexComputeJacobian_Patch_Internal()
|