Searched refs:SetupSmootherPhysics (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 106 …PetscErrorCode (*SetupSmootherPhysics)(MPI_Comm, Ceed, CeedQFunctionContext, CeedQFunctionContext … in main() local 107 …scFunctionListFind(problem_functions->setupSmootherPhysics, app_ctx->name, &SetupSmootherPhysics)); in main() 108 …if (!SetupSmootherPhysics) SETERRQ(PETSC_COMM_SELF, 1, "Smoother physics setup for '%s' not found"… in main() 109 PetscCall((*SetupSmootherPhysics)(comm, ceed, ctx_phys, &ctx_phys_smoother)); in main()
|