Searched refs:ctx_phys (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | misc.c | 23 …Ctx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ceed_data, Ceed ceed, CeedQFunctionContext ctx_phys, in SetupJacobianCtx() argument 45 jacobian_ctx->ctx_phys = ctx_phys; in SetupJacobianCtx()
|
| H A D | matops.c | 204 if (user->ctx_phys_smoother) CeedQFunctionSetContext(user->qf, user->ctx_phys); in GetDiag_Ceed()
|
| /libCEED/examples/solids/include/ |
| H A D | misc.h | 19 …Ctx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ceed_data, Ceed ceed, CeedQFunctionContext ctx_phys,
|
| H A D | structs.h | 92 CeedQFunctionContext ctx_phys, ctx_phys_smoother; member
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 67 CeedQFunctionContext ctx_phys, ctx_phys_smoother = NULL; in main() local 105 PetscCall((*SetupPhysics)(comm, ceed, &units, &ctx_phys)); in main() 109 PetscCall((*SetupSmootherPhysics)(comm, ceed, ctx_phys, &ctx_phys_smoother)); in main() 250 …eLevel)(level_dms[fine_level], dm_energy, dm_diagnostic, ceed, app_ctx, ctx_phys, fine_level, num_… in main() 388 …tx, level_dms[level], U_g[level], U_loc[level], ceed_data[level], ceed, ctx_phys, ctx_phys_smoothe… in main() 843 CeedQFunctionContextDestroy(&ctx_phys); in main()
|