Searched refs:elemMatSize (Results 1 – 1 of 1) sorted by relevance
324 …ctx->batch_sz, ctx->num_grids, ctx->mat_offset), totDim = loc_Nf * Nq, elemMatSize = totDim * totD… in LandauFormJacobian_Internal() local327 PetscCall(PetscMalloc1(elemMatSize, &elemMat)); in LandauFormJacobian_Internal()328 PetscCall(PetscMemzero(elemMat, elemMatSize * sizeof(*elemMat))); in LandauFormJacobian_Internal()