Home
last modified time | relevance | path

Searched refs:elemMatSize (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c324 …ctx->batch_sz, ctx->num_grids, ctx->mat_offset), totDim = loc_Nf * Nq, elemMatSize = totDim * totD… in LandauFormJacobian_Internal() local
327 PetscCall(PetscMalloc1(elemMatSize, &elemMat)); in LandauFormJacobian_Internal()
328 PetscCall(PetscMemzero(elemMat, elemMatSize * sizeof(*elemMat))); in LandauFormJacobian_Internal()