Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dproblems.h21 PetscCall(PetscFunctionListAdd(&list->setupLibceedLevel, name, SetupLibceedLevel_##fname));
25 PetscFunctionList setupPhysics, setupSmootherPhysics, setupLibceedFineLevel, setupLibceedLevel; member
/libCEED/examples/solids/
H A Delasticity.c271 …PetscCall(PetscFunctionListFind(problem_functions->setupLibceedLevel, app_ctx->name, &SetupLibceed… in main()
866 PetscCall(PetscFunctionListDestroy(&problem_functions->setupLibceedLevel)); in main()