Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3460 PetscTabulation T, Tfine; in DMPlexComputeMassMatrixGeneral() local
3469 PetscCall(PetscFEGetCellTabulation((PetscFE)obj, 1, &Tfine)); in DMPlexComputeMassMatrixGeneral()
3525 …for (c = 0; c < Nc; ++c) elemMat[j] += T->T[0][j * Nc + c] * Tfine->T[0][(ccell * numFIndices + i)… in DMPlexComputeMassMatrixGeneral()