Home
last modified time | relevance | path

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

/petsc/src/dm/dt/space/impls/ptrimmed/tests/
H A Dex1.c11 PetscInt Nbexp, Bsize, Dsize, Hsize; in test() local
29 …(PetscDTPTrimmedSize(dim, formDegree == 0 ? degree : degree + 1, PetscAbsInt(formDegree), &Nbexp)); in test()
30 Nbexp *= nCopies; in test()
32 …PetscCheck(Nb == Nbexp, comm, PETSC_ERR_PLIB, "Space dimension mismatch, %" PetscInt_FMT " != %" P… in test()