Home
last modified time | relevance | path

Searched refs:Dsize (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
43 Dsize = dim * Bsize; in test()
44 Hsize = dim * Dsize; in test()
45 PetscCall(PetscMalloc3(Bsize, &B, Dsize, &D, Hsize, &H)); in test()
48 …for (PetscInt i = 0; i < Dsize; i++) PetscCheck(!PetscIsInfOrNanReal(D[i]), comm, PETSC_ERR_PLIB, … in test()