Searched refs:probh (Results 1 – 1 of 1) sorted by relevance
1131 PetscDS probh; in TestAssembly() local1203 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()