idaholab / mastodon

A MOOSE app for structural dynamics, seismic analysis, and risk assessment.
https://mooseframework.inl.gov/mastodon
GNU Lesser General Public License v2.1
40 stars 52 forks source link

Create AuxKernel to output MaterialProperty that is in ColumnMajorMatrix form #374

Closed cbolisetti closed 3 years ago

cbolisetti commented 3 years ago

Reason

Several MaterialProperties, such as deformations in springs and isolators are in ColumnMajorMatrix (i.e., CMM) form. An AuxKernel to output these properties is needed.

Design

Creating an AuxKernel that outputs specific elements of the CMM.

Impact

Will add a new AuxKernel.