Skip to content

Commit

Permalink
added FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 16, 2023
1 parent f39dc30 commit fa1011b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions festim/boundary_conditions/sieverts_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ def update(self, t):
elif isinstance(pressure, Constant):
pressure.value = self.pressure(t=t)

# FIXME: currently this is run only if the pressure is time dependent
# but should be called also if only the temperature is time dependent
self.value_fenics.interpolate(self.bc_expr)

0 comments on commit fa1011b

Please sign in to comment.