Searched refs:num_comp_d (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 130 CeedInt num_comp_x, num_comp_e = 1, num_comp_d = 5; in SetupLibceedFineLevel() local 472 …CeedQFunctionAddOutput(qf_diagnostic, "diagnostic values", num_comp_u + num_comp_d, CEED_EVAL_NONE… in SetupLibceedFineLevel()
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 70 PetscInt num_comp_e = 1, num_comp_d = 5; // 1 energy output, 5 diagnostic in main() local 159 …dm_diagnostic, app_ctx, app_ctx->level_degrees[fine_level], PETSC_FALSE, num_comp_u + num_comp_d)); in main()
|