forked from jorgensd/dolfinx-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
51 lines (51 loc) · 1.56 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
format: jb-book
root: index
parts:
- caption: Introduction
chapters:
- file: fem
- file: Changelog
- caption: Fundamentals
chapters:
- file: chapter1/fundamentals
sections:
- file: chapter1/fundamentals_code
- file: chapter1/complex_mode
- file: chapter1/nitsche
- file: chapter1/membrane
sections:
- file: chapter1/membrane_code
- file: chapter1/membrane_paraview
- caption: 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
- caption: 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
- caption: Improving your FEniCSx code
chapters:
- file: chapter4/solvers
- file: chapter4/compiler_parameters
- file: chapter4/convergence
- file: chapter4/newton-solver