| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 38 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 D | finite-strain-mooney-rivlin.c | 40 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 D | finite-strain-neo-hookean.c | 40 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 D | problems.h | 31 …PetscErrorCode SetupLibceedFineLevel_##name(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppC…
|
| /libCEED/examples/solids/include/ |
| H A D | matops.h | 37 PetscErrorCode ComputeStrainEnergy(DM dm_energy, UserMult user, CeedOperator op_energy, Vec X, Pets…
|
| H A D | setup-libceed.h | 31 PetscErrorCode SetupLibceedFineLevel(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_c…
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 52 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 D | setup-libceed.c | 125 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()
|