Skip to content

Commit 1bf4f5b

Browse files
authored
Add complex example (#82)
* Add complex example * Update changelog
1 parent 1af3f64 commit 1bf4f5b

5 files changed

+558
-12
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Various minor DOLFINx API updates. `dolfinx.mesh.compute_boundary_facets` -> `dolfinx.mesh.exterior_facet_indices` with slightly different functionality. Use `dolfinx.mesh.MeshTagsMetaClass.find` instead of `mt.indices[mt.values==value]`.
55
- Various numpy updates, use `np.full_like`.
66
- Change all notebooks to use [jupytext](https://jupytext.readthedocs.io/en/latest/install.html) to automatically sync `.ipynb` with `.py` files.
7-
- Add dummy complex mode test
7+
- Add example of how to use `DOLFINx` in complex mode, see [chapter1/complex_mode].
88

99
## 0.4.1
1010
- No changes

0 commit comments

Comments
 (0)