Skip to content
Snippets Groups Projects
Commit ec698092 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

add P1 mass form

parent 3a998a28
No related branches found
No related tags found
1 merge request!1update operatos
......@@ -31,3 +31,11 @@ dimensions = [2, 3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "sym_loc_mat"]
[[mass]]
trial-space = "P1"
test-space = "P1"
dimensions = [2, 3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "sym_loc_mat", "tabulate"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment