grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

More cleaning #606

Closed pbauman closed 3 years ago

pbauman commented 3 years ago

This builds off of #605, will rebase on master once that's merged.

These were all picked up during my work on trying to get GRINS working with libMesh built with --disable-deprecated. I split off these commits in their own PR so the eventual PR getting --disable-deprecated working is more focused.

roystgnr commented 3 years ago

Ping me after the rebase and I'll check out what's left?

pbauman commented 3 years ago

rebased @roystgnr

pbauman commented 3 years ago

I squashed in the make_shared-into-initializer list as well as another fixup artifact. Tests pass with libMesh master (without --disable-deprecated for the moment). Going ahead and merging since @roystgnr approved and I made the change he requested.