Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Issues
  • #581
Closed
Open
Issue created Oct 10, 2018 by Bernd Flemisch@berndOwner

Harmonize source, input and executable file names in test folder

Following the majority, I'd suggest test_model_problem/appl specific.cc/input for the source/input and test_model_problem/appl specific_discretization for the target. The problem/appl specific for the source/input may be shortened if it appears already as a subfolder name.

For example, in test/porousmediumflow/2p/implicit/incompressible, the source/input would be named test_2p.cc/input, while a target would be named test_2p_incompressible_tpfa. I could also live with only main.cc for the source if there only is one, but wouldn't know something good for the input.

I would omit the fv since all we do is fv and I would not expect the source/input to become different once we use fe or fd.

For the multidomain models, I'd put an underscore between the coupled models, so test_stokes1p2c_darcy1p2c_horizontal rather than test_stokes1p2cdarcy1p2chorizontal.

Opinions?

Has been implemented in !1284 (merged)

Edited Nov 14, 2018 by Simon Emmert
Assignee
Assign to
Time tracking