You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Example 8(Figure 9): Intersections of Constraints
157
+
##Example 8(Figure 9): Intersections of Constraints
158
158
159
159
Deploy the `Firedrake` Docker container to reproduce the results in this example.
160
160
Then run the following command within `examples/[TODO]`:
161
161
162
162
> [!WARNING]
163
163
> Add instructions
164
164
165
-
# Example 9(Figure 10): Harmonic Maps to the Sphere
165
+
##Example 9(Figure 10): Harmonic Maps to the Sphere
166
166
167
167
Deploy the `DOLFINx` Docker container to reproduce the results in this example.
168
168
Then run the following command within `examples/harmonic_maps`:
@@ -171,10 +171,10 @@ Then run the following command within `examples/harmonic_maps`:
171
171
python3 harmonic_1D.py
172
172
```
173
173
174
-
# Example 10: Linear Equality Constraints
174
+
##Example 10: Linear Equality Constraints
175
175
Note that there is no numerical example for this setting because the derived variational formulation is equivalent to the standard Lagrange multiplier formulation for this class of problems.
176
176
177
-
# Example 11(Figure 11): The Eikonal Equation
177
+
##Example 11(Figure 11): The Eikonal Equation
178
178
179
179
We have provided code for this example for both the `MFEM` and `DOLFINx` Docker containers.
180
180
@@ -218,7 +218,7 @@ from within `examples/eikonal`.
218
218
219
219
<aname="monge"></a>
220
220
221
-
# Example 12(Figure 12): The Monge–Ampere Equation
221
+
##Example 12(Figure 12): The Monge–Ampere Equation
222
222
223
223
This example can be run from within `examples/monge_ampere` using both the `DOLFINx` and the `Firedrake` Docker containers.
0 commit comments