Home
last modified time | relevance | path

Searched refs:error_loc (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/petsc/include/
H A Dbpsproblemdata.h41 .error_loc = Error_loc,
58 .error_loc = Error3_loc,
75 .error_loc = Error_loc,
92 .error_loc = Error3_loc,
109 .error_loc = Error_loc,
126 .error_loc = Error3_loc,
143 .error_loc = Error_loc,
160 .error_loc = Error3_loc,
177 .error_loc = Error_loc,
194 .error_loc = Error3_loc,
H A Dsphereproblemdata.h39 .error_loc = Error_loc,
55 .error_loc = Error3_loc,
71 .error_loc = Error_loc,
87 .error_loc = Error3_loc,
103 .error_loc = Error_loc,
119 .error_loc = Error3_loc,
H A Dstructs.h61 const char *setup_geo_loc, *setup_rhs_loc, *apply_loc, *error_loc; member
/libCEED/examples/petsc/
H A Dbpsraw.c131 const char *setup_geo_loc, *setup_rhs_loc, *apply_loc, *error_loc; member
147 .error_loc = Error_loc,
161 .error_loc = Error3_loc,
175 .error_loc = Error_loc,
189 .error_loc = Error3_loc,
203 .error_loc = Error_loc,
217 .error_loc = Error3_loc,
602 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].error, bp_options[bp_choice].error_loc,… in main()
H A Dbpssphere.c185 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].error, bp_options[bp_choice].error_loc,… in main()
H A Dbps.c177 …Interior(ceed, 1, bp_options[rp->bp_choice].error, bp_options[rp->bp_choice].error_loc, &qf_error); in RunWithDM()
H A Dmultigrid.c281 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].error, bp_options[bp_choice].error_loc,… in main()
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c332 CeedQFunctionCreateInterior(ceed, 1, bp_data.error, bp_data.error_loc, &qf_error); in SetupErrorOperator()