Skip to content

Commit 44d23f3

Browse files
akarve1507jorgensd
andauthored
Update chapter2/monolithic_navierstokes_crp0.py
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
1 parent 97c45f6 commit 44d23f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter2/monolithic_navierstokes_crp0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def build_forms():
129129
) * ds((3,4))
130130

131131
# Right (2) left as natural outlet (do-nothing)
132-
return ufl.lhs(F), ufl.rhs(F)
132+
return ufl.system(F)
133133

134134

135135
def solve_once():

0 commit comments

Comments
 (0)