Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Nektar Nektar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 89
    • Issues 89
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 60
    • Merge requests 60
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & 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
  • Email 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
Reviewer
Request review from
Time tracking
Source branch: fix/VerboseOptOutput