| /petsc/src/sys/tutorials/ |
| H A D | ex5.c | 69 PetscCall(PetscBagGetData(bag, ¶ms)); in main() 116 PetscCall(PetscBagGetData(bag, ¶ms)); in main()
|
| H A D | ex5f90.F90 | 61 PetscCallA(PetscBagGetData(bag, data, ierr))
|
| /petsc/src/snes/tutorials/ |
| H A D | ex71.c | 174 PetscCall(PetscBagGetData(user->bag, &p)); in SetupParameters() 203 PetscCall(PetscBagGetData(user->bag, ¶m)); in CreateMesh() 228 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 246 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupProblem() 288 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupDiscretization()
|
| H A D | ex34.c | 115 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 166 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupPrimalProblem() 177 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupPrimalProblem()
|
| H A D | ex76.c | 306 PetscCall(PetscBagGetData(user->bag, &p)); in SetupParameters() 334 PetscCall(PetscBagGetData(user->bag, ¶m)); in CreateMesh() 394 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupProblem() 402 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 458 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupDiscretization()
|
| H A D | ex36.c | 133 PetscCall(PetscBagGetData(user->bag, &p)); in SetupParameters() 161 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupPrimalProblem() 186 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupPrimalProblem()
|
| H A D | ex17.c | 213 PetscCall(PetscBagGetData(user->bag, ¶m)); in axial_disp_u() 373 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 465 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupPrimalProblem()
|
| H A D | ex62.c | 259 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 321 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupEqn()
|
| H A D | ex27.c | 357 PetscCall(PetscBagGetData(bag, ¶m)); in SetupParameters() 459 PetscCall(PetscBagGetData(user->param, ¶m)); in SetupPrimalProblem() 592 PetscCall(PetscBagGetData(user->param, ¶m)); in SetupMixedProblem()
|
| H A D | ex69.c | 3013 PetscCall(PetscBagGetData(user->bag, &p)); in SetUpParameters() 3120 PetscCall(PetscBagGetData(user->bag, &data)); in SetupProblem() 3147 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupProblem()
|
| /petsc/include/ |
| H A D | petscbag.h | 42 PETSC_EXTERN PetscErrorCode PetscBagGetData(PetscBag, PetscCtxRt);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex53.c | 378 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_drainage_pressure() 401 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_initial_u() 421 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_initial_eps() 438 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_u() 475 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_eps() 512 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_p() 549 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_u_t() 587 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_eps_t() 623 PetscCall(PetscBagGetData(user->bag, ¶m)); in terzaghi_2d_p_t() 674 PetscCall(PetscBagGetData(user->bag, ¶m)); in mandel_drainage_pressure() [all …]
|
| H A D | ex77.c | 325 PetscCall(PetscBagGetData(user->bag, &p)); in SetupParameters() 385 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupProblem() 394 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 580 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupDiscretization() 774 PetscCall(PetscBagGetData(adv->ctx->bag, ¶m)); in ComputeParticleError() 808 PetscCall(PetscBagGetData(adv->ctx->bag, ¶m)); in MonitorParticleError()
|
| H A D | ex76.c | 1150 PetscCall(PetscBagGetData(user->bag, &p)); in SetupParameters() 1187 PetscCall(PetscBagGetData(user->bag, &ctx)); in UniformBoundaryConditions() 1331 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 1362 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 1392 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupProblem() 1410 PetscCall(PetscBagGetData(user->bag, &ctx)); in SetupProblem() 1490 PetscCall(PetscBagGetData(user->bag, ¶m)); in SetupDiscretization()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex7.c | 51 PetscCall(PetscBagGetData(bag, ¶ms)); in main()
|
| /petsc/src/snes/tests/ |
| H A D | ex15.c | 372 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 413 PetscCall(PetscBagGetData(user->bag, ¶m)); in InitializeConstants() 436 PetscCall(PetscBagGetData(user->bag, ¶m)); in InitializeConstants()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 728 PetscCall(PetscBagGetData(user->bag, (void **)¶m)); in InitializeConstants() 755 PetscCall(PetscBagGetData(user->bag, (void **)¶m)); in InitializeConstants() 779 PetscCall(PetscBagGetData(ctx->bag, (void **)&p)); in SetupParameters() 1257 PetscCall(PetscBagGetData(user->bag, (void **)¶m)); in RHSFunctionV()
|
| H A D | ex2.c | 873 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 1413 PetscCall(PetscBagGetData(ctx->bag, ¶m)); in InitializeConstants() 1440 PetscCall(PetscBagGetData(ctx->bag, ¶m)); in InitializeConstants() 1981 PetscCall(PetscBagGetData(ctx->bag, (void **)¶m)); in RHSFunctionV()
|
| H A D | ex4.c | 1389 PetscCall(PetscBagGetData(ctx->bag, &p)); in SetupParameters() 2027 PetscCall(PetscBagGetData(ctx->bag, ¶m)); in InitializeConstants() 2054 PetscCall(PetscBagGetData(ctx->bag, ¶m)); in InitializeConstants() 2586 PetscCall(PetscBagGetData(ctx->bag, ¶m)); in RHSFunctionV()
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 975 PetscErrorCode PetscBagGetData(PetscBag bag, PetscCtxRt data) in PetscBagGetData() function
|