Searched refs:maxDexp (Results 1 – 1 of 1) sorted by relevance
10 PetscInt maxDexp, maxD, d; in test() local34 maxDexp = (PetscAbsInt(formDegree) == dim || formDegree == 0) ? degree : degree + 1; in test()37 …PetscCheck(maxDexp == maxD, comm, PETSC_ERR_PLIB, "Space max degree mismatch, %" PetscInt_FMT " !=… in test()