From 17d946520478414f109f36dd9b04ea108cb048d2 Mon Sep 17 00:00:00 2001 From: Sebastian Grimberg Date: Thu, 20 Jun 2024 14:25:40 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2e7d157..88b1eec9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ The format of this changelog is based on - Fixed a small regression bug for boundary postprocessing when specifying `"Side": "LargerRefractiveIndex"`, introduced as part of v0.13.0. + - Added an improvement to numeric wave ports to avoid targetting evanescent modes at + higher operating frequencies. Also finite conductivity boundaries + (`config["Boundaries"]["Conductivity"]`) are automatically marked as PEC for the wave + port mode solve (previously these were marked as PMC unless specified under + `"WavePortPEC"`). ## [0.13.0] - 2024-05-20 @@ -61,7 +66,7 @@ The format of this changelog is based on configuration file keyword changes to for consistency were made to `config["Domains"]["Postprocessing"]["Probe"]` and `config["Model"]["Refinement"]["Boxes"]`. - - Fix a bug in MFEM for nonconformal AMR meshes with internal boundaries affecting + - Fixed a bug in MFEM for nonconformal AMR meshes with internal boundaries affecting non-homogeneous Dirichlet boundary conditions for electrostatic simulations (see [#236](https://github.com/awslabs/palace/pull/236)).