Home
last modified time | relevance | path

Searched refs:setupSmootherPhysics (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/solids/problems/
H A Dproblems.h19 …PetscCall(PetscFunctionListAdd(&list->setupSmootherPhysics, name, PhysicsSmootherContext_##physics…
25 PetscFunctionList setupPhysics, setupSmootherPhysics, setupLibceedFineLevel, setupLibceedLevel; member
/libCEED/examples/solids/
H A Delasticity.c107 …PetscCall(PetscFunctionListFind(problem_functions->setupSmootherPhysics, app_ctx->name, &SetupSmoo… in main()
864 PetscCall(PetscFunctionListDestroy(&problem_functions->setupSmootherPhysics)); in main()