Skip to content

Commit

Permalink
Fix bulk DOF computation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Jan 15, 2025
1 parent 987cdcf commit e4bc42b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test_cadet_core/utility/convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3618,7 +3618,11 @@ def recalculate_results(file_path, models,
nComp=ncomp, nBound=nbound)
)
bulk_DoFs.append(
calculate_DOFs(DoFs[-1])
calculate_DOFs(ax_cells_,
ax_methods[m],
full_DOFs=False,
model=transport_model,
nComp=ncomp, nBound=nbound)
)
# Convergence Table
header, table = convergency_table(ax_methods[m],
Expand Down

0 comments on commit e4bc42b

Please sign in to comment.