Searched refs:qf_energy (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 63 CeedQFunctionDestroy(&data->qf_energy); in CeedDataDestroy() 139 CeedQFunction qf_setup_geo, qf_residual, qf_jacobian, qf_energy, qf_diagnostic; in SetupLibceedFineLevel() local 426 CeedQFunctionCreateInterior(ceed, 1, problem_data.energy, problem_data.energy_loc, &qf_energy); in SetupLibceedFineLevel() 427 CeedQFunctionAddInput(qf_energy, "du", num_comp_u * dim, CEED_EVAL_GRAD); in SetupLibceedFineLevel() 428 CeedQFunctionAddInput(qf_energy, "qdata", q_data_size, CEED_EVAL_NONE); in SetupLibceedFineLevel() 429 CeedQFunctionAddOutput(qf_energy, "energy", num_comp_e, CEED_EVAL_INTERP); in SetupLibceedFineLevel() 430 CeedQFunctionSetContext(qf_energy, phys_ctx); in SetupLibceedFineLevel() 432 CeedOperatorCreate(ceed, qf_energy, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &op_energy); in SetupLibceedFineLevel() 437 data[fine_level]->qf_energy = qf_energy; in SetupLibceedFineLevel()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 125 CeedQFunction qf_residual, qf_jacobian, qf_energy, qf_diagnostic; member
|