We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aba0f commit c103c7bCopy full SHA for c103c7b
src/festim/hydrogen_transport_problem.py
@@ -2142,7 +2142,7 @@ def update_post_processing_solutions(self):
2142
continue
2143
spe.post_processing_solution.interpolate(spe.dg_expr)
2144
2145
- def create_dirichletbc_form(self, bc: festim.FixedConcentrationBC):
+ def create_dirichletbc_form(self, bc: boundary_conditions.FixedConcentrationBC):
2146
"""Creates a dirichlet boundary condition form
2147
2148
Args:
0 commit comments