Searched refs:error_loc (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | bpsproblemdata.h | 41 .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 D | sphereproblemdata.h | 39 .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 D | structs.h | 61 const char *setup_geo_loc, *setup_rhs_loc, *apply_loc, *error_loc; member
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 131 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 D | bpssphere.c | 185 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].error, bp_options[bp_choice].error_loc,… in main()
|
| H A D | bps.c | 177 …Interior(ceed, 1, bp_options[rp->bp_choice].error, bp_options[rp->bp_choice].error_loc, &qf_error); in RunWithDM()
|
| H A D | multigrid.c | 281 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].error, bp_options[bp_choice].error_loc,… in main()
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 332 CeedQFunctionCreateInterior(ceed, 1, bp_data.error, bp_data.error_loc, &qf_error); in SetupErrorOperator()
|