Home
last modified time | relevance | path

Searched refs:dm_energy (Results 1 – 8 of 8) 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() argument
43 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, linear_elas… 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() argument
45 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, finite_stra… 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() argument
45 …PetscCall(SetupLibceedFineLevel(dm, dm_energy, dm_diagnostic, ceed, app_ctx, phys_ctx, finite_stra… in SetupLibceedFineLevel_ElasFSNH()
H A Dproblems.h31 …PetscErrorCode SetupLibceedFineLevel_##name(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppC…
/libCEED/examples/solids/include/
H A Dmatops.h37 PetscErrorCode ComputeStrainEnergy(DM dm_energy, UserMult user, CeedOperator op_energy, Vec X, Pets…
H A Dsetup-libceed.h31 PetscErrorCode SetupLibceedFineLevel(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_c…
/libCEED/examples/solids/
H A Delasticity.c52 DM dm_energy, dm_diagnostic; // DMs for postprocessing in main() local
156 PetscCall(DMClone(dm_orig, &dm_energy)); in main()
157 …PetscCall(SetupDMByDegree(dm_energy, app_ctx, app_ctx->level_degrees[fine_level], PETSC_FALSE, num… in main()
160 PetscCall(DMSetVecType(dm_energy, vectype)); in main()
250 …PetscCall((*SetupLibceedFineLevel)(level_dms[fine_level], dm_energy, dm_diagnostic, ceed, app_ctx,… in main()
639 … PetscCall(ComputeStrainEnergy(dm_energy, res_ctx, ceed_data[fine_level]->op_energy, U, &energy)); in main()
774 PetscCall(ComputeStrainEnergy(dm_energy, res_ctx, ceed_data[fine_level]->op_energy, U, &energy)); in main()
858 PetscCall(DMDestroy(&dm_energy)); in main()
/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() argument
169 …PetscCall(CreateRestrictionFromPlex(ceed, dm_energy, 0, 0, 0, &data[fine_level]->elem_restr_energy… in SetupLibceedFineLevel()