Shared pointer creation broke after MOOSE update
Closed this issue · 0 comments
dschwen commented
Internal changes in the MOOSE factory system broke the shared_from_this()
pattern in MFEMCoefficient
derived classes. In #27221 I add std::enable_shared_from_this
to MooseObject
and provide an interface to get a shared pointer in the same ownership group.