Home
last modified time | relevance | path

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

/libCEED/examples/mfem/
H A Dbp1.cpp135 double err_l2 = sol.ComputeL2Error(sol_coeff); in main()
139 if (fabs(sol.ComputeL2Error(sol_coeff)) > 2e-4) { in main()
H A Dbp3.cpp169 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 Dmatops.h26 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx);
/libCEED/examples/petsc/src/
H A Dmatops.c175 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx) { in ComputeL2Error() function
/libCEED/examples/petsc/
H A Dbpssphere.c281 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in main()
H A Dbpsswarm.c399 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in main()
H A Dbps.c268 PetscCall(ComputeL2Error(X, &l2_error, op_error_ctx)); in RunWithDM()
H A Dmultigrid.c509 PetscCall(ComputeL2Error(X[fine_level], &l2_error, op_error_ctx)); in main()