Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
dune-amdis
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Praetorius, Simon
  • dune-amdis
  • Merge Requests
  • !37

Merged
Opened Oct 14, 2018 by Praetorius, Simon@spraetorMaintainer7 of 7 tasks completed7/7 tasks

interface for data transfer during grid adaption

  • Overview 37
  • Commits 26
  • Pipelines 15
  • Changes 10

Summary

The general interface for GridTransfer and DataTransfer classes

Details

  • A class GridTransfer is added that abstracts the grid coarsening/refinement and adds calls to data adaption
  • The DataTransfer class is used to define an interface for interpolation of data during coarsening/refinement of the grid

Discussion

  • Where to instantiate the GridTransfer class inside ProblemStat?
  • How to specify which DOFVectors are added to the DataTransfer?
  • All DOFVectors should be resized to the correct size and only some needs full interpolation. How to distinguish?
  • How to write and add custom interpolation functions?
  • Can we use the return values of preAdapt() and adapt() of the grid, to control when data interpolation is necessary?
  • @spraetor Then, maybe we should provide a way to turn adaptivity on and off and maybe set how often it is called. This should be an initfile parameter
  • Use Interface of dune/grid/common/adaptcallback.hh
Edited Dec 27, 2018 by Praetorius, Simon
Assignee
Assign to
Reviewer
Request review from
Release 0.2
Milestone
Release 0.2 (Past due)
Assign milestone
Time tracking
Reference: spraetor/dune-amdis!37
Source branch: feature/data_transfer_interface