Searched refs:Hsize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/space/impls/ptrimmed/tests/ |
| H A D | ex1.c | 11 PetscInt Nbexp, Bsize, Dsize, Hsize; in test() local 44 Hsize = dim * Dsize; in test() 45 PetscCall(PetscMalloc3(Bsize, &B, Dsize, &D, Hsize, &H)); in test() 49 …for (PetscInt i = 0; i < Hsize; i++) PetscCheck(!PetscIsInfOrNanReal(H[i]), comm, PETSC_ERR_PLIB, … in test()
|