Skip to content

[bugfix][SimpleGridFunction] EntityType *entity --> std::optional< EntityType >

Robert K requested to merge bugfix/simplegridfunction into master

Need to use std::optional, otherwise this will fail when grid function was initialized with bind( intersection ).

Merge request reports