| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 86 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 D | navierstokes.h | 272 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts);
|
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 38 …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 D | finite-strain-mooney-rivlin.c | 40 …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 D | finite-strain-neo-hookean.c | 40 …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 D | problems.h | 31 …(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx, \
|
| /libCEED/examples/solids/include/ |
| H A D | setup-libceed.h | 31 …el(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunctionContext phys_ctx,
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 125 …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 D | misc.c | 372 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()
|