Skip to content
Snippets Groups Projects
Commit 6777e3e9 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[python][properties] Allow to create TypeTags from existing c++ headers

Usage:
newTypeTag = CppTypeTag(name="TwoP", include="dumux/porousmediumflow/2p/model.hh")
myModel = Model(inheritsFrom=[newTypeTag], gridGeometry=gridGeometry)
parent b2999670
No related branches found
No related tags found
1 merge request!2969[python][properties] Allow to create TypeTags from existing c++ headers
Pipeline #11588 passed
+2