Home
last modified time | relevance | path

Searched refs:gtdof (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/interface/
H A Ddmi.c485 PetscInt gdof, gcdof, gtdof, d; in DMCreateSectionSuperDM() local
489 gtdof = gdof - gcdof; in DMCreateSectionSuperDM()
490 if (gdof > 0 && gtdof) { in DMCreateSectionSuperDM()
492 bs = gtdof; in DMCreateSectionSuperDM()
493 } else if (bs != gtdof) { in DMCreateSectionSuperDM()
498gtdof, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Invalid number of global dofs %" PetscInt_FMT " != %" … in DMCreateSectionSuperDM()