Home
last modified time | relevance | path

Searched defs:app_ctx (Results 1 – 19 of 19) sorted by relevance

/libCEED/examples/solids/src/
H A Dmisc.c23 PetscErrorCode SetupJacobianCtx(MPI_Comm comm, AppCtx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ce… in SetupJacobianCtx()
51 PetscErrorCode SetupProlongRestrictCtx(MPI_Comm comm, AppCtx app_ctx, DM dm_c, DM dm_f, Vec V_f, Ve… in SetupProlongRestrictCtx()
112 PetscErrorCode ViewSolution(MPI_Comm comm, AppCtx app_ctx, Vec U, PetscInt increment, PetscScalar l… in ViewSolution()
144 PetscErrorCode ViewDiagnosticQuantities(MPI_Comm comm, DM dmU, UserMult user, AppCtx app_ctx, Vec U… in ViewDiagnosticQuantities()
237 PetscErrorCode RegressionTests_solids(AppCtx app_ctx, PetscReal energy) { in RegressionTests_solids()
H A Dsetup-dm.c34 PetscErrorCode CreateDistributedDM(MPI_Comm comm, AppCtx app_ctx, DM *dm) { in CreateDistributedDM()
65 PetscErrorCode SetupDMByDegree(DM dm, AppCtx app_ctx, PetscInt order, PetscBool boundary, PetscInt … in SetupDMByDegree()
H A Dcl-options.c20 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx) { in ProcessCommandLineOptions()
H A Dsetup-libceed.c125 …upLibceedFineLevel(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunction… in SetupLibceedFineLevel()
495 PetscErrorCode SetupLibceedLevel(DM dm, Ceed ceed, AppCtx app_ctx, ProblemData problem_data, PetscI… in SetupLibceedLevel()
/libCEED/examples/fluids/src/
H A Dcloptions.c17 PetscErrorCode RegisterProblems_NS(AppCtx app_ctx) { in RegisterProblems_NS()
34 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx, SimpleBC bc) { in ProcessCommandLineOptions()
H A Dboundary_condition.c34 PetscErrorCode BoundaryConditionSetUp(User user, ProblemData problem, AppCtx app_ctx, SimpleBC bc) { in BoundaryConditionSetUp()
H A Dmisc.c143 PetscErrorCode RegressionTest(AppCtx app_ctx, Vec Q) { in RegressionTest()
234 PetscErrorCode SetupICsFromBinary(MPI_Comm comm, AppCtx app_ctx, Vec Q) { in SetupICsFromBinary()
H A Dsetupts.c297 PetscErrorCode TSSolve_NS(DM dm, User user, AppCtx app_ctx, Physics phys, ProblemData problem, Vec … in TSSolve_NS()
H A Dsetuplibceed.c282 PetscErrorCode SetupLibceed(Ceed ceed, CeedData ceed_data, DM dm, User user, AppCtx app_ctx, Proble… in SetupLibceed()
/libCEED/examples/solids/problems/
H A Dlinear.c38 …neLevel_ElasLinear(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunction… in SetupLibceedFineLevel_ElasLinear()
49 PetscErrorCode SetupLibceedLevel_ElasLinear(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, Petsc… in SetupLibceedLevel_ElasLinear()
H A Dfinite-strain-mooney-rivlin.c40 …FineLevel_ElasFSMR(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunction… in SetupLibceedFineLevel_ElasFSMR()
51 PetscErrorCode SetupLibceedLevel_ElasFSMR(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSMR()
H A Dfinite-strain-neo-hookean.c40 …FineLevel_ElasFSNH(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_ctx, CeedQFunction… in SetupLibceedFineLevel_ElasFSNH()
51 PetscErrorCode SetupLibceedLevel_ElasFSNH(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSNH()
/libCEED/examples/fluids/
H A Dnavierstokes.c71 AppCtx app_ctx; in main() local
H A Dnavierstokes.h179 AppCtx app_ctx; member
/libCEED/examples/fluids/problems/
H A Deulervortex.c145 PetscErrorCode PRINT_EULER_VORTEX(User user, ProblemData problem, AppCtx app_ctx) { in PRINT_EULER_VORTEX()
H A Dshocktube.c144 PetscErrorCode PRINT_SHOCKTUBE(User user, ProblemData problem, AppCtx app_ctx) { in PRINT_SHOCKTUBE()
H A Dadvection.c276 PetscErrorCode PRINT_ADVECTION(User user, ProblemData problem, AppCtx app_ctx) { in PRINT_ADVECTION()
H A Dnewtonian.c478 PetscErrorCode PRINT_NEWTONIAN(User user, ProblemData problem, AppCtx app_ctx) { in PRINT_NEWTONIAN()
/libCEED/examples/solids/
H A Delasticity.c46 AppCtx app_ctx; // Contains problem options in main() local