Home
last modified time | relevance | path

Searched refs:ctx_phys (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/solids/src/
H A Dmisc.c23 …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 Dmatops.c204 if (user->ctx_phys_smoother) CeedQFunctionSetContext(user->qf, user->ctx_phys); in GetDiag_Ceed()
/libCEED/examples/solids/include/
H A Dmisc.h19 …Ctx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ceed_data, Ceed ceed, CeedQFunctionContext ctx_phys,
H A Dstructs.h92 CeedQFunctionContext ctx_phys, ctx_phys_smoother; member
/libCEED/examples/solids/
H A Delasticity.c67 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()