File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ The format of this changelog is based on
24
24
- Changed implementation of numeric wave ports to use MFEM's ` SubMesh ` functionality. As
25
25
of [ #3379 ] ( https://github.com/mfem/mfem/pull/3379 ) in MFEM, this has full ND and RT
26
26
basis support. For now, support for nonconforming mesh boundaries is limited.
27
- - Added Apptainer/Singularity container build definition for Palace.
27
+ - Added support for operator partial assembly for high-order finite element spaces based
28
+ on libCEED for non-tensor product element meshes. This option is disabled by default,
29
+ but can be activated using ` config["Solver"]["PartialAssemblyOrder"] ` set to some number
30
+ less than ` "Order" ` and ` config["Solver"]["Device"]: "ceed-cpu" ` .
28
31
- Added build dependencies on [ libCEED] ( https://github.com/CEED/libCEED ) and
29
32
[ LIBXSMM] ( https://github.com/libxsmm/libxsmm ) to support operator partial assembly (CPU-
30
33
based for now).
34
+ - Added Apptainer/Singularity container build definition for Palace.
31
35
32
36
## [ 0.11.2] - 2023-07-14
33
37
You can’t perform that action at this time.
0 commit comments