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
  • !548

[WIP] auxFields

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Kilian Lackhove requested to merge feature/AuxFields into master Feb 23, 2016
  • Overview 9
  • Commits 24
  • Pipelines 0
  • Changes -

This adds EquationSystem::m_auxFields as place to store auxiliary fields such as the baseflow fields of the APESolver and the ADRSolver and enables acces to these fields for the filters.

While at it, i noticed that the name of the variable stored in a field is retrieved from the session. I think storing it in the field itself makes more sense and changed ExpList and EquationSystem accordingly. This gives the filters much easier acces to the variable names.

I also found that three methods "EquationSystem::ImportFld" are unused, so instead of adjusting them i just removed them.

Once the variable name change works, i plan to add a callback function to the forcing class to enable access to the forcing field from EquationSystem::m_auxFields, too.

This branch is far from finished but i was hoping to hear your opinions before i continue working on this.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/AuxFields