Searched refs:maxD (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/space/impls/ptrimmed/tests/ |
| H A D | ex1.c | 10 PetscInt maxDexp, maxD, d; in test() local 35 PetscCall(PetscSpaceGetDegree(sp, &d, &maxD)); in test() 37 …PetscCheck(maxDexp == maxD, comm, PETSC_ERR_PLIB, "Space max degree mismatch, %" PetscInt_FMT " !=… in test() 39 PetscCall(PetscDTStroudConicalQuadrature(dim, 1, maxD + 1, -1., 1., &quad)); in test()
|