Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c1131 PetscDS probh; in TestAssembly() local
1203 PetscCall(DMGetCellDS(dm, cMax, &probh, NULL)); in TestAssembly()
1204 PetscCall(PetscDSGetWeakForm(probh, &wf)); in TestAssembly()
1205 PetscCall(PetscDSGetNumFields(probh, &Nf)); in TestAssembly()
1214 if (rank == 0) PetscCall(PetscDSView(probh, NULL)); in TestAssembly()