Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of physics on non-trivial domain #129

Merged
merged 1 commit into from
Jul 23, 2023
Merged

Add example of physics on non-trivial domain #129

merged 1 commit into from
Jul 23, 2023

Conversation

lukem12345
Copy link
Member

@lukem12345 lukem12345 commented Jul 21, 2023

Most examples given at this point occur on simple domains such as the unit square, the unit sphere, the unit line, and so on.

To demonstrate flexibility of Decapodes simulations to non-trivial meshes, we demonstrate the Brusselator Decapode on the classic “teapot” mesh popular in the field of computer graphics.

Note that this mesh is rather large, so for faster runtimes one can use one of the other meshes in the main Brusselator example.

Link to produced GIFs:

Teapot Brusselator
https://www.cise.ufl.edu/~luke.morris/imgs/brusselator_teapot.gif

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (de5e4e1) 88.40% compared to head (e3fc5cd) 88.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #129   +/-   ##
=======================================
  Coverage   88.40%   88.40%           
=======================================
  Files           9        9           
  Lines        1009     1009           
=======================================
  Hits          892      892           
  Misses        117      117           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lukem12345 lukem12345 requested a review from jpfairbanks July 22, 2023 00:07
@lukem12345 lukem12345 marked this pull request as ready for review July 22, 2023 00:08
@lukem12345 lukem12345 self-assigned this Jul 22, 2023
@lukem12345 lukem12345 merged commit cd977ff into main Jul 23, 2023
@lukem12345 lukem12345 deleted the llm/teapot branch July 23, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants