-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
190 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e57c18a | ||
4ad0f74 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!doctype html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" type="image/png" href="favicon.png" /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>ODIL Wave</title> | ||
<link rel="stylesheet" href="poisson.css" /> | ||
</head> | ||
<body> | ||
<noscript> | ||
<div> | ||
This demo needs JavaScript. | ||
</div> | ||
</noscript> | ||
|
||
<div id="content_column"> | ||
<div class="row"> | ||
<a class="github-button" href="https://github.com/pkarnakov/autodiff" data-size="large" data-show-count="true" aria-label="Star on GitHub">Star</a> | ||
<a href="https://github.com/pkarnakov/autodiff" style="position:relative; bottom:0.6em;">github.com/pkarnakov/autodiff</a> | ||
</div> | ||
<div class="row"> | ||
<canvas id="canvas" tabindex=-1></canvas> | ||
</div> | ||
<div class="row" style="position: relative;"> | ||
<input type="button" title="space" class="button" id="button_pause" value="pause" onclick="togglePause();"> | ||
<input type="button" title='r' class="button" id="button_restart" value="restart" onclick="pressButton('r')"> | ||
<img src="axes_xt.svg" class="axes" /> | ||
</div> | ||
<div class="row"> | ||
<span class="kbdspan"><kbd>click</kbd> draw mask (imposes exact solution),</span> | ||
<span class="kbdspan"><kbd>space</kbd> toggle pause,</span> | ||
<span class="kbdspan"><kbd>r</kbd> restart</span> | ||
</div> | ||
<div class="row" id="text_status"></div> | ||
<div class="row"> | ||
Wave equation without initial or boundary conditions.<br> | ||
Draw a mask field to impose the exact solution. | ||
</div> | ||
</div> | ||
|
||
<script async defer src="libs/github_buttons.js"></script> | ||
<script src="poisson_inc.js"></script> | ||
<script async src="wave.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.