Searched refs:eDof (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2399 PetscInt eDof, vDof; in DMCreateMatrix_Network_Nest() local 2407 PetscCall(PetscSectionGetConstrainedStorageSize(network->edge.GlobalDofSection, &eDof)); in DMCreateMatrix_Network_Nest() 2411 PetscCall(MatSetSizes(j11, eDof, eDof, PETSC_DETERMINE, PETSC_DETERMINE)); in DMCreateMatrix_Network_Nest() 2415 PetscCall(MatSetSizes(j12, eDof, vDof, PETSC_DETERMINE, PETSC_DETERMINE)); in DMCreateMatrix_Network_Nest() 2419 PetscCall(MatSetSizes(j21, vDof, eDof, PETSC_DETERMINE, PETSC_DETERMINE)); in DMCreateMatrix_Network_Nest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 330 PetscInt e, eOff, eDof; in DMPlexCreateReferenceTree_Union() local 333 PetscCall(PetscSectionGetDof(unionSection, e - pRefStart + (pEnd - pStart), &eDof)); in DMPlexCreateReferenceTree_Union() 334 if (eDof) { in DMPlexCreateReferenceTree_Union()
|