| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex3.c | 79 PetscCall(DMSetApplicationContext(sw, &user)); in main()
|
| H A D | ex12.c | 38 PetscCall(DMSetApplicationContext(*da, user)); in CreateMesh()
|
| H A D | ex4.c | 110 PetscCall(DMSetApplicationContext(*sw, user)); in CreateSwarm() 486 PetscCall(DMSetApplicationContext(sw, &user)); in main()
|
| H A D | ex5.c | 73 PetscCall(DMSetApplicationContext(*sw, user)); in CreateSwarm() 541 PetscCall(DMSetApplicationContext(sw, &user)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 606 PetscCall(DMSetApplicationContext(dm_shell, ctx)); in HierarchyCreate_Basic() 617 PetscCall(DMSetApplicationContext(dmc_shell, ctx)); in HierarchyCreate_Basic() 718 PetscCall(DMSetApplicationContext(dmlist[d * levelrefs + k], ctx)); in HierarchyCreate() 789 PetscCall(DMSetApplicationContext(first, NULL)); in test_hierarchy() 793 if (dm) PetscCall(DMSetApplicationContext(dm, NULL)); in test_hierarchy() 890 PetscCall(DMSetApplicationContext(first, NULL)); in test_mg() 894 if (dm) PetscCall(DMSetApplicationContext(dm, NULL)); in test_mg()
|
| H A D | ex66.c | 47 PetscCall(DMSetApplicationContext(da, &user)); in main()
|
| H A D | ex28.c | 31 PetscCall(DMSetApplicationContext(da, x)); in main()
|
| H A D | ex50.c | 51 PetscCall(DMSetApplicationContext(da, &user)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex46.c | 51 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex57.c | 72 PetscCall(DMSetApplicationContext(dm, *tr)); in CreateTransform()
|
| H A D | ex49.c | 32 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex20.c | 76 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex33.c | 129 PetscCall(DMSetApplicationContext(da, &user)); in main()
|
| H A D | ex46.c | 57 PetscCall(DMSetApplicationContext(da, &user)); in main()
|
| H A D | ex26.c | 112 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex34.c | 146 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex23.c | 87 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex36.c | 146 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh() 445 PetscCall(DMSetApplicationContext(dmc, user)); in CoarseTest()
|
| H A D | ex22.c | 102 PetscCall(DMSetApplicationContext(packer, &user)); in main()
|
| /petsc/src/dm/interface/ |
| H A D | dmgenerate.c | 196 PetscCall(DMSetApplicationContext(*dmAdapt, ctx)); in DMAdaptLabel()
|
| /petsc/src/snes/tests/ |
| H A D | ex13.c | 75 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh()
|
| H A D | ex15.c | 223 PetscCall(DMSetApplicationContext(*dm, user)); in CreateMesh() 358 PetscCall(DMSetApplicationContext(*sw, user)); in CreateSwarm()
|
| H A D | ex8.c | 557 PetscCall(DMSetApplicationContext(dm, user)); in CheckTransfer() 558 PetscCall(DMSetApplicationContext(rdm, user)); in CheckTransfer()
|
| /petsc/src/dm/tutorials/ |
| H A D | swarm_ex3.c | 153 PetscCall(DMSetApplicationContext(dmcell, dmregular)); in ex3_1()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 392 PetscCall(DMSetApplicationContext(*newdm, ctx)); in Remesh() 459 PetscCall(DMSetApplicationContext(dm, &ctx)); in main()
|