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