Skip to content

Allow assembler to get temporaries

Youett, Jonathan requested to merge allow_assembler_to_get_temporaries into master

This changes the global GeodesicFEAssembler by storing the local assembler in a shared_ptr and make the constructor, and setter, accept l-values, r-values or shared_ptr and correctly handle the memory management.

This is useful to me when writing a factory classes.

Merge request reports