Searched refs:nbElemVertex (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex47.c | 448 PetscInt nbElemVertex = ((-1 == Conn[cell][NcorMax - 1]) ? 3 : 4); in main() local 449 for (cor = 0; cor < nbElemVertex; ++cor) { in main() 453 PetscCall(PetscSectionSetDof(s, c, nbElemVertex)); in main() 454 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main() 501 PetscInt nbElemVertex = ((-1 == Conn[cell][NcorMax - 1]) ? 6 : 8); in main() local 502 for (cor = 0; cor < nbElemVertex; ++cor) { in main() 506 PetscCall(PetscSectionSetDof(s, c, nbElemVertex)); in main() 507 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main()
|