Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • Nektar Nektar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 74
    • Merge requests 74
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Nektar
  • NektarNektar
  • Merge requests
  • !1341

Fix Excessive Output from 2.5D GetBndElmtExpansions method

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Spencer Sherwin requested to merge fix/VerboseOptOutput into master May 17, 2022
  • Overview 0
  • Commits 2
  • Pipelines 3
  • Changes 5

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 May 17, 2022 by Spencer Sherwin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/VerboseOptOutput