Skip to content

Commit

Permalink
Update fenics_sdc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Dec 24, 2023
1 parent 511cca0 commit 961542b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pySDC/playgrounds/FEniCS/fenics_sdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ def uexact(t, order, V):
M = df.assemble(a_M)
K = df.assemble(a_K)

bc.apply(M)
bc.apply(K)

# set forcing term as expression
g = df.Expression(
'-sin(a*x[0]) * (sin(t) - b*a*a*cos(t))',
Expand Down

0 comments on commit 961542b

Please sign in to comment.