Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex13.c66 PetscReal *p_trimmed_copy; in test() local
252 PetscCall(PetscCalloc1(Nbpt * Nf * Nk * npoints, &p_trimmed_copy)); in test()
266 … &k, &alpha, p_scalar, &lda, &M_moment_real[f * Nbpt], &ldb, &beta, &p_trimmed_copy[f * Nk * npoin… in test()
269 …0; i < Nbpt * Nf * Nk * npoints; i++) frob_err += (p_trimmed_copy[i] - p_trimmed[i]) * (p_trimmed_… in test()
275 PetscCall(PetscFree(p_trimmed_copy)); in test()