Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Jun 10, 2024
1 parent f09f46e commit 486a0af
Show file tree
Hide file tree
Showing 191 changed files with 9,121 additions and 8,715 deletions.
107 changes: 57 additions & 50 deletions DG/Nitsche.html

Large diffs are not rendered by default.

93 changes: 50 additions & 43 deletions DG/elliptic.html

Large diffs are not rendered by default.

93 changes: 50 additions & 43 deletions DG/elliptic_stdDG.html

Large diffs are not rendered by default.

93 changes: 50 additions & 43 deletions DG/fourthorder.html

Large diffs are not rendered by default.

95 changes: 51 additions & 44 deletions DG/instationary.html

Large diffs are not rendered by default.

93 changes: 50 additions & 43 deletions DG/splitting.html

Large diffs are not rendered by default.

95 changes: 51 additions & 44 deletions DG/stationary.html

Large diffs are not rendered by default.

95 changes: 51 additions & 44 deletions DG/stokes.html

Large diffs are not rendered by default.

95 changes: 51 additions & 44 deletions FEM/erroranalysis.html

Large diffs are not rendered by default.

89 changes: 48 additions & 41 deletions FEM/finiteelements.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />

Expand All @@ -52,7 +52,7 @@
<script>let toggleOpenOnPrint = 'true';</script>
<script src="../_static/togglebutton.js?v=4a39c7ea"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script src="../_static/design-tabs.js?v=36754332"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script async="async" src="../_static/sphinx-thebe.js?v=c100c467"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
Expand Down Expand Up @@ -273,67 +273,74 @@
<li class="toctree-l1"><a class="reference internal" href="../plates_shells/3_shell.html">60. Naghdi shell</a></li>
<li class="toctree-l1"><a class="reference internal" href="../plates_shells/4_rollup.html">61. Fully nonlinear Koiter shell model</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Maxwell Equations</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../Maxwell/magnetostatics.html">62. Maxwell equations</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Maxwell/coil.html">63. Magnetic flux induced by a coil</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Maxwell/HCurl.html">64. The function space H(curl)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Maxwell/deRham.html">65. The de`Rham complex</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Time-dependent problems</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../timedependent/intro/heatequation.html">62. Heat Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/intro/waveequation.html">63. Wave Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/lts.html">64. Mass-lumping and Local time-stepping</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/wave-leapfrogDG.html">65. Discontinuous Galerkin for the Wave Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/ringresonator.html">66. Nano-optics: A ring-resonator</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/intro/heatequation.html">66. Heat Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/intro/waveequation.html">67. Wave Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/lts.html">68. Mass-lumping and Local time-stepping</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/wave-leapfrogDG.html">69. Discontinuous Galerkin for the Wave Equation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../timedependent/waves/ringresonator.html">70. Nano-optics: A ring-resonator</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Iteration Methods</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../iterative/simple.html">67. Basic Iterative Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/Richardson.html">68. The Richardson Iteration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/gradientmethod.html">69. The Gradient Method</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/preconditioning.html">70. Preconditioning</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/Chebyshev.html">71. The Chebyshev Method</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/conjugategradients.html">72. Conjugate Gradients</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/simple.html">71. Basic Iterative Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/Richardson.html">72. The Richardson Iteration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/gradientmethod.html">73. The Gradient Method</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/preconditioning.html">74. Preconditioning</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/Chebyshev.html">75. The Chebyshev Method</a></li>
<li class="toctree-l1"><a class="reference internal" href="../iterative/conjugategradients.html">76. Conjugate Gradients</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Sub-space Correction Methods</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/asm.html">73. Additive Schwarz Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/examples.html">74. Some Examples of ASM preconditioners</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/pversion.html">75. high order fem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/minimaldd.html">76. Domain Decomposition with minimal overlap</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/overlapping.html">77. Overlapping Domain Decomposition Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/exercise.html">78. Exercise: Robust preconditioners</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/asm.html">77. Additive Schwarz Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/examples.html">78. Some Examples of ASM preconditioners</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/pversion.html">79. high order fem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/minimaldd.html">80. Domain Decomposition with minimal overlap</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/overlapping.html">81. Overlapping Domain Decomposition Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../subspacecorrection/exercise.html">82. Exercise: Robust preconditioners</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Multigrid Methods</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../multigrid/algorithms.html">79. Multigrid and Multilevel Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/analysisML.html">80. Analysis of the multi-level preconditioner</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/analysisMG.html">81. Analysis of the Multigrid Iteration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/multilevel-extension.html">82. Multi-level Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/amg.html">83. Algebraic Multigrid Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/hcurlamg.html">84. H(curl) - AMG</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/algorithms.html">83. Multigrid and Multilevel Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/analysisML.html">84. Analysis of the multi-level preconditioner</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/analysisMG.html">85. Analysis of the Multigrid Iteration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/multilevel-extension.html">86. Multi-level Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/amg.html">87. Algebraic Multigrid Methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../multigrid/hcurlamg.html">88. H(curl) - AMG</a></li>

</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Saddle-point Problems</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/structure.html">86. Structure of Saddle-point Problems</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/bramblepasciak.html">87. The Bramble-Pasciak Transformation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/fewconstraints.html">88. A Small Number of Constraints</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/parameterdependent.html">89. Parameter Dependent Problems</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/structure.html">90. Structure of Saddle-point Problems</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/bramblepasciak.html">91. The Bramble-Pasciak Transformation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/fewconstraints.html">92. A Small Number of Constraints</a></li>
<li class="toctree-l1"><a class="reference internal" href="../saddlepoint/parameterdependent.html">93. Parameter Dependent Problems</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Non-overlapping Domain Decomposition Methods</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/introduction.html">90. Introduction to Non-overlapping Domain Decomposition</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/traces.html">91. Traces spaces</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/introduction.html">94. Introduction to Non-overlapping Domain Decomposition</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/traces.html">95. Traces spaces</a></li>

<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/FETI.html">93. FETI methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/FETI-DP.html">94. FETI-DP</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/BDDC.html">95. BDDC - Preconditioner</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/FETI.html">97. FETI methods</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/FETI-DP.html">98. FETI-DP</a></li>
<li class="toctree-l1"><a class="reference internal" href="../domaindecomposition/BDDC.html">99. BDDC - Preconditioner</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Parallel Solvers</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/intro.html">96. Introduction to MPI with mpi4py</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/distmesh.html">97. Distributed Meshes and Spaces</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/vectypes.html">98. Consistent and Distributed Vectors</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/paralleliteration.html">99. Iteration methods in parallel</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/petsc.html">100. Using PETSc</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/PETSc_interface.html">101. NGSolve - PETSc interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/parallelstokes.html">102. Solving Stokes in parallel</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/intro.html">100. Introduction to MPI with mpi4py</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/distmesh.html">101. Distributed Meshes and Spaces</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/vectypes.html">102. Consistent and Distributed Vectors</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/paralleliteration.html">103. Iteration methods in parallel</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/petsc.html">104. Using PETSc</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/PETSc_interface.html">105. NGSolve - PETSc interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../MPIparallel/parallelstokes.html">106. Solving Stokes in parallel</a></li>
</ul>

</div>
Expand Down
602 changes: 500 additions & 102 deletions FEM/myFiniteElement.html

Large diffs are not rendered by default.

174 changes: 73 additions & 101 deletions FEM/myassembling.html

Large diffs are not rendered by default.

97 changes: 52 additions & 45 deletions FEM/nonconforming.html

Large diffs are not rendered by default.

Loading

0 comments on commit 486a0af

Please sign in to comment.