Skip to content
Snippets Groups Projects

Adding diffusion operators with new isoparametric mappings.

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