Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex52.c9 PetscInt *NumComp, *NumDof; in CloneDMWithNewSection() local
15 PetscCall(PetscCalloc2(1, &NumComp, 3, &NumDof)); in CloneDMWithNewSection()
17 NumDof[2] = NFields; in CloneDMWithNewSection()
20 …PetscCall(DMPlexCreateSection(*NewDM, NULL, NumComp, NumDof, 0, NULL, NULL, NULL, NULL, &section)); in CloneDMWithNewSection()
22 PetscCall(PetscFree2(NumComp, NumDof)); in CloneDMWithNewSection()