-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26451 from cticenhour/news-dec23
Make December 2023 news public
- Loading branch information
Showing
7 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,38 @@ | ||
# MOOSE Newsletter (December 2023) | ||
|
||
!alert! construction title=In Progress | ||
This MOOSE Newsletter edition is in progress. Please check back in January 2024 | ||
for a complete description of all MOOSE changes. | ||
!alert-end! | ||
|
||
## MOOSE Improvements | ||
|
||
## libMesh-level Changes | ||
### Projected stateful material properties | ||
|
||
The [ProjectedStatefulMaterialStorageAction](/ProjectedStatefulMaterialStorageAction.md) | ||
action system has been added to MOOSE. The action allows users to specify material | ||
properties that will be (componentwise) projected onto a finite element function basis | ||
to store the old and older state of the properties. | ||
|
||
This is an *alternative* way of keeping an old material property state, which permits | ||
interpolation at new or changing quadrature point locations (encountered, for | ||
example, with mortar contact or adaptivity). Both nodal as well as elemental basis | ||
functions can be used for the projection. In the case of nodal (Lagrange) functions, | ||
nodal patch recovery will be used to compute the nodal degrees of freedom. | ||
|
||
### Transfers leveraging MeshDivisions | ||
|
||
[MultiAppGeneralFieldTransfer.md] derived transfers can now use [MeshDivisions](syntax/MeshDivisions/index.md) | ||
to: | ||
|
||
- spatially restrict both origin and target domains, | ||
- match either origin or target divided regions to an application (usually a child), and | ||
- match mesh division regions with the same index in the source and target region. | ||
|
||
|
||
### Distributing grid MeshDivisions using Positions | ||
|
||
The [CartesianGridDivision.md], [CylindricalGridDivision.md] and [SphericalGridDivision.md] | ||
can now be composed with a [Positions object](syntax/Positions/index.md) to distribute the centers | ||
of several grids on the Positions. For example, this new capability can be used to define nested lattices. | ||
|
||
## PETSc-level Changes | ||
|
||
## Bug Fixes and Minor Enhancements | ||
|
||
- The [FileMeshGenerator.md] will now provide an adequate error message when encountering LFS pointers | ||
for the mesh file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# MOOSE Newsletter (January 2024) | ||
|
||
!alert! construction title=In Progress | ||
This MOOSE Newsletter edition is in progress. Please check back in February 2024 | ||
for a complete description of all MOOSE changes. | ||
!alert-end! | ||
|
||
## MOOSE Improvements | ||
|
||
## libMesh-level Changes | ||
|
||
## PETSc-level Changes | ||
|
||
## Bug Fixes and Minor Enhancements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters