Searched refs:Tfine (Results 1 – 1 of 1) sorted by relevance
3460 PetscTabulation T, Tfine; in DMPlexComputeMassMatrixGeneral() local3469 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()