libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
659 stars 286 forks source link

Fix reduced_basis_ex4 compilation #3995

Closed jwpeterson closed 2 weeks ago

jwpeterson commented 2 weeks ago

RBEIMEvaluation::project_qp_data_map_onto_system() was removed in 5fd32f3, but reduced_basis_ex4, an example that used it, was never updated accordingly. We didn't see any issues on the libMesh CI because the example requires Cap'n'Proto, and that software is not available on the CI build machines.

moosebuild commented 2 weeks ago

Job Coverage, step Generate coverage on 50d8ab8 wanted to post the following:

Coverage

8edb4e #3995 50d8ab
Total Total +/- New
Rate 62.37% 62.37% +0.00% -
Hits 72654 72655 +1 0
Misses 43840 43839 -1 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.