Home
last modified time | relevance | path

Searched defs:phys (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/solids/problems/
H A Dmooney-rivlin.c15 Physics_MR phys; in PhysicsContext_MR() local
33 Physics_MR phys, phys_smoother; in PhysicsSmootherContext_MR() local
65 PetscErrorCode ProcessPhysics_MR(MPI_Comm comm, Physics_MR phys, Units units) { in ProcessPhysics_MR()
H A Dneo-hookean.c15 Physics_NH phys; in PhysicsContext_NH() local
33 Physics_NH phys, phys_smoother; in PhysicsSmootherContext_NH() local
62 PetscErrorCode ProcessPhysics_NH(MPI_Comm comm, Physics_NH phys, Units units) { in ProcessPhysics_NH()
/libCEED/examples/fluids/src/
H A Dsetupdm.c45 …SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, Physics phys) { in SetUpDM()
111 PetscErrorCode VizRefineDM(DM dm, User user, ProblemData problem, SimpleBC bc, Physics phys) { in VizRefineDM()
H A Dstrong_boundary_conditions.c16 …ed ceed, CeedData ceed_data, DM dm, ProblemData problem, SimpleBC bc, Physics phys, CeedOperator o… in SetupStrongSTG_Ceed()
H A Dsetupts.c297 PetscErrorCode TSSolve_NS(DM dm, User user, AppCtx app_ctx, Physics phys, ProblemData problem, Vec … in TSSolve_NS()
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c304 PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys) { in SetupStrongStg()
/libCEED/examples/fluids/
H A Dnavierstokes.h178 Physics phys; member