Searched refs:Tfull (Results 1 – 1 of 1) sorted by relevance
46 PetscTabulation Tsub, Tfull; in main() local87 PetscCall(PetscFECreateTabulation(fe, 1, 1, testFull, 0, &Tfull)); in main()98 for (j = 0; j < nFull; j++) outFull[i] += Tfull->T[0][j * Nc + i] * arrayFull[j]; in main()105 PetscCall(PetscTabulationDestroy(&Tfull)); in main()