Skip to content

Commit 0c2d0f2

Browse files
committed
Add bcs
1 parent 2c294d7 commit 0c2d0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/festim/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def create_solver(self):
190190
petsc_options = self.petsc_options
191191

192192
self.solver = NonlinearProblem(
193-
self.formulation, self.u, petsc_options=petsc_options
193+
self.formulation, self.u,bcs=self.bc_forms, petsc_options=petsc_options
194194
)
195195

196196
def run(self):

0 commit comments

Comments
 (0)