-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_toc.yml
48 lines (41 loc) · 1.5 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
format: jb-book
root: README
parts:
- caption: "The finite element method"
chapters:
- file: "src/finite_element_method/motivation.py"
- file: "src/finite_element_method/galerkin.py"
- file: "src/finite_element_method/finite_element.py"
- file: "src/finite_element_method/advanced_elements.py"
- file: "src/outputting.py"
- caption: "An introduction to the Unified Form Language (UFL)"
chapters:
- file: "src/unified_form_language/ufl_elements.py"
- file: "src/unified_form_language/ufl_forms.py"
- file: "src/unified_form_language/ufl_adjoint.py"
- caption: The FEniCSx Form Compiler (FFCx)
chapters:
- file: "src/code_generation.py"
- file: "src/form_compilation/compile_form.py"
- file: "src/form_compilation/alternate_form.py"
- caption: "DOLFINx Deep dive"
chapters:
- file: "src/deep_dive/mixed_problems.py"
- file: "src/form_compilation.py"
- file: "src/deep_dive/lifting.py"
- file: "src/deep_dive/expressions.py"
- file: "src/deep_dive/restriction.py"
- file: "src/approximations.py"
- caption: "Meshes in DOLFINx"
chapters:
- file: "src/mesh_generation.py"
- file: "src/external_mesh.py"
- file: "src/parallel_mesh.py"
- caption: "Applications"
chapters:
- file: "src/applications/optimal_control.py"
- file: "src/multiphysics/submeshes.py"
- file: "src/multiphysics/coupling.py"
- caption: "Glossary"
chapters:
- file: "src/glossary.md"