-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_toc.yml
88 lines (79 loc) · 2.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption:
chapters:
- file: about/get-started
- file: about/who-you-are
- file: about/contribution-guide
sections:
- file: about/contribute-suggest
- file: about/contribute-contribute
- file: about/contribute-edit-online
- file: about/contribute-github
- file: about/contribute-building
- file: about/code-template
- file: about/contribute-user-code
- file: about/contribute-maintain
sections:
- file: about/contribute-docker
- file: CODE_OF_CONDUCT
- file: about/who-we-are
- caption: Core Concepts
chapters:
- file: core-concepts/why-use-ca
- file: core-concepts/how-define-problem
sections:
- file: core-concepts/how-define-problem-what-is-a-pde
- file: core-concepts/how-define-problem-acoustics-pdes
- file: core-concepts/how-define-problem-acoustics-BCs
- file: core-concepts/how-define-problem-other-pdes
- file: core-concepts/how-define-problem-problem-classes
- file: core-concepts/how-to-solve
sections:
- file: core-concepts/how-to-solve-finite-difference
- file: core-concepts/how-to-solve-weak-form
- file: core-concepts/how-to-solve-sums-of-solutions
- file: core-concepts/how-to-solve-greens-functions
- file: core-concepts/how-to-solve-eikonal
- file: core-concepts/how-to-solve-magic-of-matrices
- file: core-concepts/geom-and-mesh
sections:
- file: core-concepts/geom-and-mesh-dimensionality
- file: core-concepts/geom-and-mesh-mesh-structure
- file: core-concepts/geom-and-mesh-elements-and-interpolation
- file: core-concepts/geom-and-mesh-mesh-refinement
- caption: Tutorials
chapters:
- file: tutorials/bem/bem-tutorials-main
sections:
- file: tutorials/bem/BEM_in_words
- file: tutorials/bem/quick_BEM3
- file: tutorials/fem/fem-tutorials-main
sections:
- file: tutorials/fem/fem_1d_impedance_tube
- file: tutorials/fem/fenicsx-helmholtz-tutorial
- file: tutorials/fdtd/fdtd-tutorials-main
sections:
- file: tutorials/fdtd/fdtd-tutorials-1
- caption: Software Guides
chapters:
- file: software/software-main
- caption: User Code
chapters:
- file: user/user
- caption: Data
chapters:
- file: data/data
- caption: Community
chapters:
- file: community/bios
- file: community/discussion
- caption: Reference
chapters:
- file: reference/glossary
- file: reference/coding
- file: reference/resources
- file: reference/bibliography