Skip to content

Commit

Permalink
comment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 21, 2023
1 parent c7eb997 commit 5d74580
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions festim/hydrogen_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,11 @@ def run(self):
flux_values.append(flux)
times.append(float(self.t))

else:
res = list(self.u.split())
for idx, spe in enumerate(self.species):
spe.solution = res[idx]
# TODO in multi-species export all functions
# else:
# res = list(self.u.split())
# for idx, spe in enumerate(self.species):
# spe.solution = res[idx]

for export in self.exports:
if isinstance(export, (F.VTXExport, F.XDMFExport)):
Expand Down

0 comments on commit 5d74580

Please sign in to comment.