| /petsc/src/dm/dt/tests/ |
| H A D | ex10.c | 240 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &ctx)); in main() 251 PetscCall(DMPlexSetSNESLocalFEM(dm_sum, PETSC_FALSE, &ctx)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex20.c | 157 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex8.c | 102 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_TRUE, NULL)); in SetupProblem()
|
| H A D | ex26.c | 191 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex34.c | 243 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex23.c | 171 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex13.c | 373 PetscCall(DMPlexSetSNESLocalFEM(dmAdj, PETSC_FALSE, &user)); in ComputeAdjoint() 503 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex71.c | 322 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex11.c | 270 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in SetupProblem()
|
| H A D | ex62.c | 426 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex64.c | 254 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex24.c | 326 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex27.c | 674 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main() 706 PetscCall(DMPlexSetSNESLocalFEM(mdm, PETSC_FALSE, &user)); in main()
|
| H A D | ex77.c | 463 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex36.c | 496 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 393 PetscCall(DMPlexSetSNESLocalFEM(dm[r], PETSC_FALSE, ctx)); in PetscConvEstGetConvRateSNES_Private() 458 PetscCall(DMPlexSetSNESLocalFEM(ce->idm, PETSC_FALSE, ctx)); in PetscConvEstGetConvRateSNES_Private()
|
| /petsc/src/snes/tests/ |
| H A D | ex13.c | 177 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex15.c | 469 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex73.c | 208 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex39.c | 451 PetscCall(DMPlexSetSNESLocalFEM(mesh, PETSC_FALSE, &user)); in main()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex3.c | 188 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, user)); in CheckL2Projection()
|
| /petsc/src/tao/tutorials/ |
| H A D | ex1.c | 231 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| H A D | ex2.c | 226 PetscCall(DMPlexSetSNESLocalFEM(dm, PETSC_FALSE, &user)); in main()
|
| /petsc/doc/manual/ |
| H A D | fe.md | 135 DMPlexSetSNESLocalFEM(dm, &user, &user, &user);
|
| /petsc/doc/changes/ |
| H A D | 321.md | 189 - Change protototype of `DMPlexSetSNESLocalFEM()`. Now it accepts a single context and a Boolean in…
|