Searched refs:ComputeL2Error (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/mfem/ |
| H A D | bp1.cpp | 135 double err_l2 = sol.ComputeL2Error(sol_coeff); in main() 139 if (fabs(sol.ComputeL2Error(sol_coeff)) > 2e-4) { in main()
|
| H A D | bp3.cpp | 169 double err_l2 = sol.ComputeL2Error(sol_coeff); in main() 173 if (fabs(sol.ComputeL2Error(sol_coeff)) > 2e-3) { in main()
|
| /libCEED/examples/petsc/include/ |
| H A D | matops.h | 26 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx);
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 175 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx) { in ComputeL2Error() function
|
| /libCEED/examples/petsc/ |
| H A D | bpssphere.c | 281 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in main()
|
| H A D | bpsswarm.c | 399 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in main()
|
| H A D | bps.c | 268 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in RunWithDM()
|
| H A D | multigrid.c | 509 PetscCall(ComputeL2Error(X[fine_level], &l2_error, op_error_ctx)); in main()
|