forked from jorgensd/dolfinx-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
51 lines (47 loc) · 1.52 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
#
- file: index
- part: Introduction
chapters:
- file: fem
- part: Fundamentals
chapters:
- file: chapter1/fundamentals
sections:
- file: chapter1/fundamentals_code
- file: chapter1/membrane
sections:
- file: chapter1/membrane_code
- file: chapter1/membrane_paraview
- part: A Gallery of finite element solvers
chapters:
- file: chapter2/intro
- file: chapter2/heat_equation
sections:
- file: chapter2/diffusion_code
- file: chapter2/heat_code
- file: chapter2/nonlinpoisson
sections:
- file: chapter2/nonlinpoisson_code
- file: chapter2/linearelasticity
sections:
- file: chapter2/linearelasticity_code
- file: chapter2/elasticity_scaling
- file: chapter2/navierstokes
sections:
- file: chapter2/ns_code1
- file: chapter2/ns_code2
- file: chapter2/hyperelasticity
- part: Subdomains and boundary conditions
chapters:
- file: chapter3/neumann_dirichlet_code
- file: chapter3/multiple_dirichlet
- file: chapter3/subdomains
- file: chapter3/robin_neumann_dirichlet
- file: chapter3/component_bc
- file: chapter3/em
- part: Improving your FEniCS-X code
chapters:
- file: chapter4/solvers
- file: chapter4/convergence