Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex26.c16 DM dm, pdm, dmU, dmA, dmS, dmUA, dmUA2, *dmList; in main() local
287 PetscCall(PetscMalloc1(2, &dmList)); in main()
288 dmList[0] = dmU; in main()
289 dmList[1] = dmA; in main()
291 PetscCall(DMCreateSuperDM(dmList, 2, NULL, &dmUA2)); in main()
292 PetscCall(PetscFree(dmList)); in main()
H A Dex64.c16 DM dm, pdm, dmU, dmA, dmS, dmUA, dmUA2, *dmList; in main() local
285 PetscCall(PetscMalloc1(2, &dmList)); in main()
286 dmList[0] = dmU; in main()
287 dmList[1] = dmA; in main()
289 PetscCall(DMCreateSuperDM(dmList, 2, NULL, &dmUA2)); in main()
290 PetscCall(PetscFree(dmList)); in main()
H A Dex26f90.F9014 type(tDM), dimension(:), pointer :: dmList
328 allocate (dmList(2))
329 dmList(1) = dmU
330 dmList(2) = dmA
331 PetscCallA(DMCreateSuperDM(dmList, 2_kPI, PETSC_NULL_IS_POINTER, dmUA2, ierr))
332 deallocate (dmList)
H A Dex62f90.F9014 type(tDM), dimension(:), pointer :: dmList
312 allocate (dmList(2))
313 dmList(1) = dmU
314 dmList(2) = dmA
315 PetscCallA(DMCreateSuperDM(dmList, 2_kPI, PETSC_NULL_IS_POINTER, dmUA2, ierr))
316 deallocate (dmList)