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 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 62
    • Merge requests 62
  • 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
  • !617

Expansion from restart file and improved partitioning

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Douglas Serson requested to merge feature/ExpFromFile into master Apr 25, 2016
  • Overview 10
  • Commits 14
  • Changes 13

This MR makes two changes which might be useful for simulations with variable polynomial order:

  • Allow the expansions to be loaded directly from the field definitions in a restart file (issue #14 (closed)), using:
<EXPANSIONS>
     <F FILE="restartfile.fld" />
</EXPANSIONS>

This is useful when using DriverAdaptive, since in that case the final distribution of polynomial orders is only available in the field file.

  • Introduce new options for load balancing in the mesh partitioning, through the solver info WEIGHTPARTITIONS. Possible values are DOF (load balanced by number of degrees of freedom in each element), BOUNDARY (load balanced by number of boundary degrees of freedom in each element) or BOTH. By default, the current behaviour of using no weights is maintained.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/ExpFromFile