Skip to content
Snippets Groups Projects
Commit c5111263 authored by Ponsuganth Ilangovan Ponkumar Ilango's avatar Ponsuganth Ilangovan Ponkumar Ilango
Browse files

Add epsilon operator with rotation wrappers

parent a436c630
No related branches found
No related tags found
No related merge requests found
Pipeline #78037 passed
Pipeline: hyteg-operators

#78038

    ...@@ -93,4 +93,28 @@ quadrature = 2 ...@@ -93,4 +93,28 @@ quadrature = 2
    loop-strategy = "sawtooth" loop-strategy = "sawtooth"
    operator-name = "EpsilonP1Viscosity" operator-name = "EpsilonP1Viscosity"
    optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"] optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
    blending = "ParametricP2Map" blending = "ParametricP2Map"
    \ No newline at end of file
    [[epsilon]]
    trial-space = "P2Vector"
    test-space = "P2Vector"
    form-space-args.coefficient_function_space = "P1"
    form-args.rotation_wrapper = true
    dimensions = [2]
    quadrature = 3
    loop-strategy = "sawtooth"
    operator-name = "EpsilonRotationP1Viscosity"
    optimizations = ["moveconstants", "quadloops", "tabulate"]
    blending = "AnnulusMap"
    [[epsilon]]
    trial-space = "P2Vector"
    test-space = "P2Vector"
    form-space-args.coefficient_function_space = "P1"
    form-args.rotation_wrapper = true
    dimensions = [3]
    quadrature = 3
    loop-strategy = "sawtooth"
    operator-name = "EpsilonRotationP1Viscosity"
    optimizations = ["moveconstants", "quadloops", "tabulate"]
    blending = "IcosahedralShellMap"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment