Skip to content

Add HasDGFGridFactory Capability to Python bindings capabilities

Currently the the registering of the Python bindings of a grid fails, if i can not find a specialization of a DGFGridFactory. This MR add the capability to check, if the grid implemnts it and if not a default fallback function is used.

Merge request reports