Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex13.c158 PetscReal *p_koszul; in test() local
172 PetscCall(PetscCalloc1(Nbpt1 * Nf * npoints, &p_koszul)); in test()
188 p_i = &p_koszul[(b * Nf + i) * npoints]; in test()
201 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test()
202 const PetscReal *p_j = &p_koszul[(j * Nf + v) * npoints]; in test()
217 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test()
242 PetscCall(PetscFree(p_koszul)); in test()