Skip to content
Snippets Groups Projects
Commit 14fad9df authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Add some examples to the repository

parent 933f744d
No related branches found
No related tags found
No related merge requests found
V = FiniteElement("CG", "triangle", 1)
k = Coefficient(V)
u = Coefficient(V)
v = TestFunction(V)
forms = [inner(grad(u), grad(v))*dx]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment