Skip to content
Snippets Groups Projects

Adding diffusion operators with new isoparametric mappings.

Merged Nils Kohl requested to merge kohl/parametric-mappings into main
Compare and
27 files
+ 38982
0
Preferences
Compare changes
Files
27
+ 2
0
@@ -284,6 +284,8 @@ def generate_operator(
"IdentityMap": hog.blending.IdentityMap(),
"AnnulusMap": hog.blending.AnnulusMap(),
"IcosahedralShellMap": hog.blending.IcosahedralShellMap(),
"ParametricP1Map": hog.blending.ParametricMap(1),
"ParametricP2Map": hog.blending.ParametricMap(2),
}
def raise_exception(dict_key: Union[str, int]) -> None: