Searched refs:NumComp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex52.c | 9 PetscInt *NumComp, *NumDof; in CloneDMWithNewSection() local 15 PetscCall(PetscCalloc2(1, &NumComp, 3, &NumDof)); in CloneDMWithNewSection() 16 NumComp[0] = 1; in CloneDMWithNewSection() 20 …PetscCall(DMPlexCreateSection(*NewDM, NULL, NumComp, NumDof, 0, NULL, NULL, NULL, NULL, §ion)); in CloneDMWithNewSection() 22 PetscCall(PetscFree2(NumComp, NumDof)); in CloneDMWithNewSection()
|