Home
last modified time | relevance | path

Searched refs:elem_restr_u_i (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/petsc/src/
H A Dlibceedsetup.c27 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 Dswarmutils.c775 data->elem_restr_u_i = elem_restr_u_points; in SetupProblemSwarm()
/libCEED/examples/petsc/include/
H A Dstructs.h50 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; member
/libCEED/examples/petsc/
H A Dbpsraw.c356 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 Dbpssphere.c194 CeedOperatorSetField(op_error, "true_soln", ceed_data->elem_restr_u_i, CEED_BASIS_NONE, target); in main()
H A Dbps.c186 CeedOperatorSetField(op_error, "true_soln", ceed_data->elem_restr_u_i, CEED_BASIS_NONE, target); in RunWithDM()
H A Dmultigrid.c290 …CeedOperatorSetField(op_error, "true_soln", ceed_data[fine_level]->elem_restr_u_i, CEED_BASIS_NONE… in main()