Home
last modified time | relevance | path

Searched refs:sol_coeff (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/mfem/
H A Dbp1.cpp112 mfem::FunctionCoefficient sol_coeff(solution); in main() local
113 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()
H A Dbp3.cpp132 mfem::FunctionCoefficient sol_coeff(solution); in main() local
139 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()