Searched defs:U_g_size (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 39 … PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, in SetupLibceedFineLevel_ElasLinear() 49 …lasLinear(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U_g_size, in SetupLibceedLevel_ElasLinear()
|
| H A D | finite-strain-mooney-rivlin.c | 41 …PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force… in SetupLibceedFineLevel_ElasFSMR() 51 …_ElasFSMR(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U_g_size, in SetupLibceedLevel_ElasFSMR()
|
| H A D | finite-strain-neo-hookean.c | 41 …PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force… in SetupLibceedFineLevel_ElasFSNH() 51 …_ElasFSNH(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U_g_size, in SetupLibceedLevel_ElasFSNH()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 126 …ProblemData problem_data, PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_… in SetupLibceedFineLevel() 495 …, AppCtx app_ctx, ProblemData problem_data, PetscInt level, PetscInt num_comp_u, PetscInt U_g_size, in SetupLibceedLevel()
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 72 PetscInt *U_g_size, *U_l_size, *U_loc_size; in main() local
|