Home
last modified time | relevance | path

Searched defs:phys_ctx (Results 1 – 6 of 6) sorted by relevance

/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()
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()
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()
/libCEED/examples/fluids/
H A Dnavierstokes.c86 Physics phys_ctx; in main() local
/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()
/libCEED/examples/fluids/src/
H A Dmisc.c372 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo()