Home
last modified time | relevance | path

Searched defs:dm_energy (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/solids/problems/
H A Dlinear.c38 PetscErrorCode SetupLibceedFineLevel_ElasLinear(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, A… in SetupLibceedFineLevel_ElasLinear()
H A Dfinite-strain-mooney-rivlin.c40 PetscErrorCode SetupLibceedFineLevel_ElasFSMR(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, App… in SetupLibceedFineLevel_ElasFSMR()
H A Dfinite-strain-neo-hookean.c40 PetscErrorCode SetupLibceedFineLevel_ElasFSNH(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, App… in SetupLibceedFineLevel_ElasFSNH()
/libCEED/examples/solids/src/
H A Dsetup-libceed.c125 PetscErrorCode SetupLibceedFineLevel(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_c… in SetupLibceedFineLevel()
/libCEED/examples/solids/
H A Delasticity.c52 DM dm_energy, dm_diagnostic; // DMs for postprocessing in main() local