From ff4368d3e449e06153c2f8cbc9d5559925aea56a Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Mon, 8 Apr 2024 14:55:35 +0200 Subject: [PATCH] Add hint with BCs --- README.md | 10 +++++++++- img/three_boundary_conditions.svg | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 img/three_boundary_conditions.svg diff --git a/README.md b/README.md index 8263951..2f48244 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,12 @@ network can select its boundary mode out of the following options: * `neumann` For higher dimensional problems, it is assumed that the mode is the same for all -boundaries. \ No newline at end of file +boundaries. + +### Boundary condition + +All major modes of boundary conditions on physical fields are supported. Note +however, how the boundary condition changes what is considered a degree of +freedom + +![](img/three_boundary_conditions.svg) \ No newline at end of file diff --git a/img/three_boundary_conditions.svg b/img/three_boundary_conditions.svg new file mode 100644 index 0000000..80b3102 --- /dev/null +++ b/img/three_boundary_conditions.svg @@ -0,0 +1,3 @@ + + +
$$L$$
$$\Delta x$$
$$x=0$$
$$x=L$$
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
Dirichlet
Dirichlet
Periodic
Periodic
Neumann
Neumann
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$u...
$$N=12$$
$$N_D=10$$
$$N_P=11$$
$$N_N=12$$
Text is not SVG - cannot display
\ No newline at end of file