Skip to content

[CL] Output kinetic reactant onto the element level

renchao.lu requested to merge renchao-lu/ogs:ReactantOutput into master

KineticReactant::Amount lives on the integration points. For this reason, the output of KineticReactant::Amount is stored in the FieldData, which brings out inconvenience to contour the field of KineticReactant::Amount. With the changes of this pull request, KineticReactant::Amount is averaged over integration points of an element, and its output is stored in the CellData.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports