Skip to content

Commit

Permalink
assign traps id before
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jul 26, 2024
1 parent 6f5a923 commit 95c1740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion festim/h_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ def initialise(self, mesh, materials, dt=None):
self.mobile.T = self.T
self.attribute_flux_boundary_conditions()

self.traps.assign_traps_ids()

# Define functions
self.define_function_space(mesh)
self.initialise_concentrations()
self.traps.assign_traps_ids()
self.traps.make_traps_materials(materials)
self.traps.initialise_extrinsic_traps(self.V_CG1)

Expand Down

0 comments on commit 95c1740

Please sign in to comment.