From 77cbc97d7f385abf40a256603d3d7b618066fe54 Mon Sep 17 00:00:00 2001 From: Sebastian Grimberg Date: Fri, 21 Jun 2024 11:43:19 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b1eec9f..c33c24d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ The format of this changelog is based on (`config["Boundaries"]["Conductivity"]`) are automatically marked as PEC for the wave port mode solve (previously these were marked as PMC unless specified under `"WavePortPEC"`). + - Added `"MakeSimplex"` and `"MakeHexahedral"` mesh options to convert an input mesh to + all tetrahedra or all hexahedra. Also adds `"SerialUniformLevels"` option to + `config["Model"]["Refinement"]` for testing or debugging. ## [0.13.0] - 2024-05-20