Searched refs:ctx_phys_smoother (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | misc.c | 24 CeedQFunctionContext ctx_phys_smoother, UserMult jacobian_ctx) { in SetupJacobianCtx() argument 46 jacobian_ctx->ctx_phys_smoother = ctx_phys_smoother; in SetupJacobianCtx()
|
| H A D | matops.c | 190 if (user->ctx_phys_smoother) CeedQFunctionSetContext(user->qf, user->ctx_phys_smoother); in GetDiag_Ceed() 204 if (user->ctx_phys_smoother) CeedQFunctionSetContext(user->qf, user->ctx_phys); in GetDiag_Ceed()
|
| /libCEED/examples/solids/include/ |
| H A D | misc.h | 20 CeedQFunctionContext ctx_phys_smoother, UserMult jacobian_ctx);
|
| 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 109 PetscCall((*SetupSmootherPhysics)(comm, ceed, ctx_phys, &ctx_phys_smoother)); in main() 388 …x, level_dms[level], U_g[level], U_loc[level], ceed_data[level], ceed, ctx_phys, ctx_phys_smoother, in main() 844 CeedQFunctionContextDestroy(&ctx_phys_smoother); in main()
|