Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Jul 5, 2023
1 parent 0af450a commit b3971ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/convergence_tests/poisson_mms_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ pub fn solve_and_produce_output<C, D, Source>(
);

// We use the maximum diameter as a measure of resolution
let h = mesh.connectivity()
let h = mesh
.connectivity()
.iter()
.map(|conn| conn.element(mesh.vertices()).unwrap())
.map(|element| element.diameter())
Expand Down

0 comments on commit b3971ac

Please sign in to comment.