Searched refs:elem_restr_u_i (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 27 CeedElemRestrictionDestroy(&data->elem_restr_u_i); in CeedDataDestroy() 49 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; in SetupLibceedByDegree() local 73 …em, num_qpts, num_comp_u, num_comp_u * num_elem * num_qpts, CEED_STRIDES_BACKEND, &elem_restr_u_i); in SetupLibceedByDegree() 164 CeedOperatorSetField(op_setup_rhs, "true solution", elem_restr_u_i, CEED_BASIS_NONE, *target); in SetupLibceedByDegree() 190 data->elem_restr_u_i = elem_restr_u_i; in SetupLibceedByDegree() 247 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; in SetupErrorOperator() local 271 …em, num_qpts, num_comp_u, num_comp_u * num_elem * num_qpts, CEED_STRIDES_BACKEND, &elem_restr_u_i); in SetupErrorOperator() 316 CeedOperatorSetField(op_setup_rhs, "true solution", elem_restr_u_i, CEED_BASIS_NONE, target); in SetupErrorOperator() 341 CeedOperatorSetField(*op_error, "true_soln", elem_restr_u_i, CEED_BASIS_NONE, target); in SetupErrorOperator() 355 CeedElemRestrictionDestroy(&elem_restr_u_i); in SetupErrorOperator()
|
| H A D | swarmutils.c | 775 data->elem_restr_u_i = elem_restr_u_points; in SetupProblemSwarm()
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 50 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; member
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 356 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; in main() local 557 …, Q * Q * Q, num_comp_u, num_comp_u * num_elem * Q * Q * Q, CEED_STRIDES_BACKEND, &elem_restr_u_i); in main() 626 CeedOperatorSetField(op_setup_rhs, "true_soln", elem_restr_u_i, CEED_BASIS_NONE, target); in main() 638 CeedOperatorSetField(op_error, "true_soln", elem_restr_u_i, CEED_BASIS_NONE, target); in main() 640 CeedOperatorSetField(op_error, "error", elem_restr_u_i, CEED_BASIS_NONE, CEED_VECTOR_ACTIVE); in main() 801 CeedElemRestrictionDestroy(&elem_restr_u_i); in main()
|
| H A D | bpssphere.c | 194 CeedOperatorSetField(op_error, "true_soln", ceed_data->elem_restr_u_i, CEED_BASIS_NONE, target); in main()
|
| H A D | bps.c | 186 CeedOperatorSetField(op_error, "true_soln", ceed_data->elem_restr_u_i, CEED_BASIS_NONE, target); in RunWithDM()
|
| H A D | multigrid.c | 290 …CeedOperatorSetField(op_error, "true_soln", ceed_data[fine_level]->elem_restr_u_i, CEED_BASIS_NONE… in main()
|