Skip to content

Commit

Permalink
add dummy main
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Dec 15, 2024
1 parent 935eeaf commit 15a09a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fn main() {
topopt::solve(
topopt::Settings::new(60, 20, 0.5)
.with_left_bc(true, false)
.with_bottom_right_bc(false, true)
.with_top_left_load(0.0, -1.0),
);
}

0 comments on commit 15a09a6

Please sign in to comment.