Home
last modified time | relevance | path

Searched refs:phys_ctx (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/fluids/
H A Dnavierstokes.c86 Physics phys_ctx; in main() local
87 PetscCall(PetscCalloc1(1, &phys_ctx)); in main()
94 user->phys = phys_ctx; in main()
175 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, bc, phys_ctx)); in main()
178 if (app_ctx->viz_refine) PetscCall(VizRefineDM(dm, user, problem, bc, phys_ctx)); in main()
241 PetscCall(TSSolve_NS(dm, user, app_ctx, phys_ctx, problem, &Q, &final_time, &ts)); in main()
343 PetscCall(PetscFree(phys_ctx)); in main()
H A Dnavierstokes.h272 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts);
/libCEED/examples/solids/problems/
H A Dlinear.c38 …ar(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, in SetupLibceedFineLevel_ElasLinear() argument
43 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, linear_elas… in SetupLibceedFineLevel_ElasLinear()
H A Dfinite-strain-mooney-rivlin.c40 …MR(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, in SetupLibceedFineLevel_ElasFSMR() argument
45 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, finite_stra… in SetupLibceedFineLevel_ElasFSMR()
H A Dfinite-strain-neo-hookean.c40 …NH(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, in SetupLibceedFineLevel_ElasFSNH() argument
45 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, finite_stra… in SetupLibceedFineLevel_ElasFSNH()
H A Dproblems.h31 …(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, \
/libCEED/examples/solids/include/
H A Dsetup-libceed.h31 …el(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx,
/libCEED/examples/solids/src/
H A Dsetup-libceed.c125 …el(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, in SetupLibceedFineLevel() argument
248 CeedQFunctionSetContext(qf_residual, phys_ctx); in SetupLibceedFineLevel()
275 CeedQFunctionSetContext(qf_jacobian, phys_ctx); in SetupLibceedFineLevel()
356 CeedQFunctionSetContext(qf_setup_force, phys_ctx); in SetupLibceedFineLevel()
430 CeedQFunctionSetContext(qf_energy, phys_ctx); in SetupLibceedFineLevel()
473 CeedQFunctionSetContext(qf_diagnostic, phys_ctx); in SetupLibceedFineLevel()
/libCEED/examples/fluids/src/
H A Dmisc.c372 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo() argument
414 box_faces_str, vec_type, phys_ctx->implicit ? "implicit" : "explicit")); in PrintRunInfo()