Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex5.c46 PetscTabulation Tsub, Tfull; in main() local
87 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()