Searched refs:degd (Results 1 – 1 of 1) sorted by relevance
222 PetscInt degd = 1; in DMSetUpGLVisViewer_DMDA() local223 for (i = 0; i < dim; i++) degd *= (deg + 1); in DMSetUpGLVisViewer_DMDA()224 … PetscCheck(degd <= cdof, PETSC_COMM_SELF, PETSC_ERR_SUP, "Cell dofs %" PetscInt_FMT, cdof); in DMSetUpGLVisViewer_DMDA()225 if (degd == cdof) break; in DMSetUpGLVisViewer_DMDA()