Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuxie-vico committed Jan 14, 2024
1 parent 01e01a2 commit 252a538
Show file tree
Hide file tree
Showing 17 changed files with 342 additions and 113 deletions.
73 changes: 39 additions & 34 deletions DeepONet/DeepONet-1D/DeepONet-1D.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>&lt;no title&gt; &#8212; Scientific Machine Learning</title>
<title>Hands-on tutorials - DeepONet for 1D burgers equation &#8212; Scientific Machine Learning</title>

<!-- Loaded before other Sphinx assets -->
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
Expand Down Expand Up @@ -52,8 +52,8 @@
<script async="async" src="../../_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="&lt;no title&gt;" href="../../PINN/PINN-1D/PINN-1D.html" />
<link rel="prev" title="&lt;no title&gt;" href="../../FNO/FNO-2D/FNO-2D.html" />
<link rel="next" title="Hands-on tutorials - Physics-informed neural network for 1D burgers equation" href="../../PINN/PINN-1D/PINN-1D.html" />
<link rel="prev" title="Hands-on tutorials - Fourier Neural Operator for 2D Example" href="../../FNO/FNO-2D/FNO-2D.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">

Expand Down Expand Up @@ -124,6 +124,35 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="../../FNO/FNO-2D/FNO-2D.html">
Hands-on tutorials - Fourier Neural Operator for 2D Example
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 2. DeepONet
</span>
</p>
<ul class="current nav bd-sidenav">
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
Hands-on tutorials - DeepONet for 1D burgers equation
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 3. Physics-Informed Neural Networks
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../../PINN/PINN-1D/PINN-1D.html">
Hands-on tutorials - Physics-informed neural network for 1D burgers equation
</a>
</li>
</ul>

</div>
Expand Down Expand Up @@ -308,58 +337,34 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
</ul>
</div>
</div>
<label for="__page-toc"
class="headerbtn headerbtn-page-toc"

>


<span class="headerbtn__icon-container">
<i class="fas fa-list"></i>
</span>

</label>

</div>
</div>

<!-- Table of contents -->
<div class="col-md-3 bd-toc show noprint">
<div class="tocsection onthispage pt-5 pb-3">
<i class="fas fa-list"></i> Contents
</div>
<nav id="bd-toc-nav" aria-label="Page">
<ul class="simple visible nav section-nav flex-column">
</ul>

</nav>
</div>
</div>
<div class="article row">
<div class="col pl-md-3 pl-lg-5 content-container">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1><no title></h1>
<h1>Hands-on tutorials - DeepONet for 1D burgers equation</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">

<div>
<h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="simple visible nav section-nav flex-column">
</ul>

</nav>
</div>
</div>
</div>
<main id="main-content" role="main">

<div>

<p>To be updated</p>
<section id="hands-on-tutorials-deeponet-for-1d-burgers-equation">
<h1>Hands-on tutorials - DeepONet for 1D burgers equation<a class="headerlink" href="#hands-on-tutorials-deeponet-for-1d-burgers-equation" title="Permalink to this headline">#</a></h1>
<p>To be updated</p>
</section>

<script type="text/x-thebe-config">
{
Expand Down Expand Up @@ -392,13 +397,13 @@ <h2> Contents </h2>
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">&lt;no title&gt;</p>
<p class="prev-next-title">Hands-on tutorials - Fourier Neural Operator for 2D Example</p>
</div>
</a>
<a class='right-next' id="next-link" href="../../PINN/PINN-1D/PINN-1D.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">&lt;no title&gt;</p>
<p class="prev-next-title">Hands-on tutorials - Physics-informed neural network for 1D burgers equation</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
Expand Down
33 changes: 31 additions & 2 deletions FNO/FNO-1D/FNO-1D.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<script async="async" src="../../_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="&lt;no title&gt;" href="../FNO-2D/FNO-2D.html" />
<link rel="next" title="Hands-on tutorials - Fourier Neural Operator for 2D Example" href="../FNO-2D/FNO-2D.html" />
<link rel="prev" title="Welcome to Scientific Machine Learning Book" href="../../intro.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
Expand Down Expand Up @@ -124,6 +124,35 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="../FNO-2D/FNO-2D.html">
Hands-on tutorials - Fourier Neural Operator for 2D Example
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 2. DeepONet
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../../DeepONet/DeepONet-1D/DeepONet-1D.html">
Hands-on tutorials - DeepONet for 1D burgers equation
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 3. Physics-Informed Neural Networks
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../../PINN/PINN-1D/PINN-1D.html">
Hands-on tutorials - Physics-informed neural network for 1D burgers equation
</a>
</li>
</ul>

</div>
Expand Down Expand Up @@ -886,7 +915,7 @@ <h1>Reference<a class="headerlink" href="#reference" title="Permalink to this he
<a class='right-next' id="next-link" href="../FNO-2D/FNO-2D.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">&lt;no title&gt;</p>
<p class="prev-next-title">Hands-on tutorials - Fourier Neural Operator for 2D Example</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
Expand Down
71 changes: 38 additions & 33 deletions FNO/FNO-2D/FNO-2D.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>&lt;no title&gt; &#8212; Scientific Machine Learning</title>
<title>Hands-on tutorials - Fourier Neural Operator for 2D Example &#8212; Scientific Machine Learning</title>

<!-- Loaded before other Sphinx assets -->
<link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
Expand Down Expand Up @@ -52,7 +52,7 @@
<script async="async" src="../../_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="&lt;no title&gt;" href="../../DeepONet/DeepONet-1D/DeepONet-1D.html" />
<link rel="next" title="Hands-on tutorials - DeepONet for 1D burgers equation" href="../../DeepONet/DeepONet-1D/DeepONet-1D.html" />
<link rel="prev" title="Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation" href="../FNO-1D/FNO-1D.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
Expand Down Expand Up @@ -118,12 +118,41 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
Part 1. Fourier Neural Operator
</span>
</p>
<ul class="nav bd-sidenav">
<ul class="current nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../FNO-1D/FNO-1D.html">
Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation
</a>
</li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
Hands-on tutorials - Fourier Neural Operator for 2D Example
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 2. DeepONet
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../../DeepONet/DeepONet-1D/DeepONet-1D.html">
Hands-on tutorials - DeepONet for 1D burgers equation
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 3. Physics-Informed Neural Networks
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="../../PINN/PINN-1D/PINN-1D.html">
Hands-on tutorials - Physics-informed neural network for 1D burgers equation
</a>
</li>
</ul>

</div>
Expand Down Expand Up @@ -308,58 +337,34 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
</ul>
</div>
</div>
<label for="__page-toc"
class="headerbtn headerbtn-page-toc"

>


<span class="headerbtn__icon-container">
<i class="fas fa-list"></i>
</span>

</label>

</div>
</div>

<!-- Table of contents -->
<div class="col-md-3 bd-toc show noprint">
<div class="tocsection onthispage pt-5 pb-3">
<i class="fas fa-list"></i> Contents
</div>
<nav id="bd-toc-nav" aria-label="Page">
<ul class="simple visible nav section-nav flex-column">
</ul>

</nav>
</div>
</div>
<div class="article row">
<div class="col pl-md-3 pl-lg-5 content-container">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1><no title></h1>
<h1>Hands-on tutorials - Fourier Neural Operator for 2D Example</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">

<div>
<h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="simple visible nav section-nav flex-column">
</ul>

</nav>
</div>
</div>
</div>
<main id="main-content" role="main">

<div>

<p>To be updated</p>
<section id="hands-on-tutorials-fourier-neural-operator-for-2d-example">
<h1>Hands-on tutorials - Fourier Neural Operator for 2D Example<a class="headerlink" href="#hands-on-tutorials-fourier-neural-operator-for-2d-example" title="Permalink to this headline">#</a></h1>
<p>To be updated</p>
</section>

<script type="text/x-thebe-config">
{
Expand Down Expand Up @@ -398,7 +403,7 @@ <h2> Contents </h2>
<a class='right-next' id="next-link" href="../../DeepONet/DeepONet-1D/DeepONet-1D.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">&lt;no title&gt;</p>
<p class="prev-next-title">Hands-on tutorials - DeepONet for 1D burgers equation</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
Expand Down
29 changes: 29 additions & 0 deletions Notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,35 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="FNO/FNO-2D/FNO-2D.html">
Hands-on tutorials - Fourier Neural Operator for 2D Example
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 2. DeepONet
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="DeepONet/DeepONet-1D/DeepONet-1D.html">
Hands-on tutorials - DeepONet for 1D burgers equation
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
Part 3. Physics-Informed Neural Networks
</span>
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="PINN/PINN-1D/PINN-1D.html">
Hands-on tutorials - Physics-informed neural network for 1D burgers equation
</a>
</li>
</ul>

</div>
Expand Down
Loading

0 comments on commit 252a538

Please sign in to comment.