From 1155bd734d350fe14352c45876682f25cc09c16a Mon Sep 17 00:00:00 2001 From: Sebastian Grimberg Date: Mon, 14 Aug 2023 18:11:35 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bbf1a30..562df79f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,14 @@ The format of this changelog is based on - Changed implementation of numeric wave ports to use MFEM's `SubMesh` functionality. As of [#3379](https://github.com/mfem/mfem/pull/3379) in MFEM, this has full ND and RT basis support. For now, support for nonconforming mesh boundaries is limited. - - Added Apptainer/Singularity container build definition for Palace. + - Added support for operator partial assembly for high-order finite element spaces based + on libCEED for non-tensor product element meshes. This option is disabled by default, + but can be activated using `config["Solver"]["PartialAssemblyOrder"]` set to some number + less than `"Order"` and `config["Solver"]["Device"]: "ceed-cpu"`. - Added build dependencies on [libCEED](https://github.com/CEED/libCEED) and [LIBXSMM](https://github.com/libxsmm/libxsmm) to support operator partial assembly (CPU- based for now). + - Added Apptainer/Singularity container build definition for Palace. ## [0.11.2] - 2023-07-14