Searched refs:vDof (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 2408 PetscCall(PetscSectionGetConstrainedStorageSize(network->vertex.GlobalDofSection, &vDof)); 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() 2423 PetscCall(MatSetSizes(j22, vDof, vDof, PETSC_DETERMINE, PETSC_DETERMINE)); in DMCreateMatrix_Network_Nest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 347 PetscInt vStart, vEnd, vRefStart, vRefEnd, v, vDof, vOff; in DMPlexCreateReferenceTree_Union() local 370 PetscCall(PetscSectionGetDof(unionSection, v - pRefStart + (pEnd - pStart), &vDof)); in DMPlexCreateReferenceTree_Union() 373 if (vDof) { in DMPlexCreateReferenceTree_Union()
|