Skip to content

Fix Excessive Output from 2.5D GetBndElmtExpansions method

Spencer Sherwin requested to merge fix/VerboseOptOutput into master

Issue/feature addressed

Excessive output in verbose mode from GetBndElmtExpansions in 2.5D since it was reading opt file and outputting the settings multiple times every time step.

Proposed solution

Forced the DisContField3DHomogeneous1D:GetBndElmtExpansiosn to use eNoCollections similar to the ExpList method.

Implementation

Added some calling options to the constructor but also had to make sure the ImpType argument called through to the ExpListHomogeneous1D method.

Checklist

  • Functions and classes, or changes to them, are documented.
  • User guide/documentation is updated.
  • Changelog is updated.
  • Suitable tests added for new functionality.
  • Newly added files are correctly formatted.
  • License added to any new files.
  • No extraneous files have been added (e.g. compiler output or test data files).
Edited by Spencer Sherwin

Merge request reports