Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex13.c57 PetscInt Nbp; // number of scalar polynomials in test() local
76 PetscCall(PetscDTBinomialInt(dim + deg, dim, &Nbp)); in test()
77 PetscCall(PetscMalloc1(Nbp * Nk * npoints, &p_scalar)); in test()
103 PetscCall(PetscCalloc1(Nbpt * Nbp * Nf, &M_moments)); in test()
104 for (PetscInt i = 0; i < Nbp; i++) { in test()
127 PetscCall(PetscBLASIntCast(Nbp * Nf, &k)); in test()
253 PetscCall(PetscMalloc1(Nbp * Nf * Nbpt, &M_moment_real)); in test()
254 for (PetscInt i = 0; i < Nbp * Nf * Nbpt; i++) M_moment_real[i] = PetscRealPart(M_moments[i]); in test()
262 PetscCall(PetscBLASIntCast(Nbp, &k)); in test()