Searched refs:num_comp_e (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 154 …CeedBasisCreateTensorH1Lagrange(ceed, dim, num_comp_e, P, Q, problem_data.quadrature_mode, &data[f… in SetupLibceedFineLevel() 429 CeedQFunctionAddOutput(qf_energy, "energy", num_comp_e, CEED_EVAL_INTERP); 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 157 …(SetupDMByDegree(dm_energy, app_ctx, app_ctx->level_degrees[fine_level], PETSC_FALSE, num_comp_e)); in main()
|