Searched refs:gtdof (Results 1 – 1 of 1) sorted by relevance
485 PetscInt gdof, gcdof, gtdof, d; in DMCreateSectionSuperDM() local489 gtdof = gdof - gcdof; in DMCreateSectionSuperDM()490 if (gdof > 0 && gtdof) { in DMCreateSectionSuperDM()492 bs = gtdof; in DMCreateSectionSuperDM()493 } else if (bs != gtdof) { in DMCreateSectionSuperDM()498 …gtdof, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Invalid number of global dofs %" PetscInt_FMT " != %" … in DMCreateSectionSuperDM()