Searched defs:level (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 140 for (PetscInt level = 0; level < num_levels; level++) { in main() local 189 for (PetscInt level = 0; level < num_levels; level++) { in main() local 254 for (PetscInt level = num_levels - 2; level >= 0; level--) { in main() local 358 PetscInt level = i ? fine_level : 0; in main() local 385 for (PetscInt level = 0; level < num_levels; level++) { in main() local 415 for (PetscInt level = 1; level < num_levels; level++) { in main() local 502 for (PetscInt level = 0; level < num_levels; level++) { in main() local 803 for (PetscInt level = 0; level < num_levels; level++) { in main() local
|
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 49 PetscErrorCode SetupLibceedLevel_ElasLinear(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, Petsc… in SetupLibceedLevel_ElasLinear()
|
| H A D | finite-strain-mooney-rivlin.c | 51 PetscErrorCode SetupLibceedLevel_ElasFSMR(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSMR()
|
| H A D | finite-strain-neo-hookean.c | 51 PetscErrorCode SetupLibceedLevel_ElasFSNH(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSNH()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 37 PetscErrorCode CeedDataDestroy(CeedInt level, CeedData data) { in CeedDataDestroy() 495 …eedLevel(DM dm, Ceed ceed, AppCtx app_ctx, ProblemData problem_data, PetscInt level, PetscInt num_… in SetupLibceedLevel()
|
| H A D | misc.c | 87 for (PetscInt level = 0; level < num_levels; level++) { in FormJacobian() local
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 204 PetscErrorCode CeedLevelTransferSetup(DM dm, Ceed ceed, CeedInt level, CeedInt num_comp_u, CeedData… in CeedLevelTransferSetup()
|