Home
last modified time | relevance | path

Searched refs:SetupJacobianCtx (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/solids/include/
H A Dmisc.h19 PetscErrorCode SetupJacobianCtx(MPI_Comm comm, AppCtx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ce…
/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() function
/libCEED/examples/solids/
H A Delasticity.c388 …PetscCall(SetupJacobianCtx(comm, app_ctx, level_dms[level], U_g[level], U_loc[level], ceed_data[le… in main()