Searched refs:sol_coeff (Results 1 – 2 of 2) sorted by relevance
112 mfem::FunctionCoefficient sol_coeff(solution); in main() local113 b.AddDomainIntegrator(new mfem::DomainLFIntegrator(sol_coeff)); in main()135 double err_l2 = sol.ComputeL2Error(sol_coeff); in main()139 if (fabs(sol.ComputeL2Error(sol_coeff)) > 2e-4) { in main()
132 mfem::FunctionCoefficient sol_coeff(solution); in main() local139 sol.ProjectBdrCoefficient(sol_coeff, ess_bdr); in main()169 double err_l2 = sol.ComputeL2Error(sol_coeff); in main()173 if (fabs(sol.ComputeL2Error(sol_coeff)) > 2e-3) { in main()