Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 212
    • Issues 212
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure 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
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2819

WIP: Consolidate Edge and Cell Interpolation for Mapping Fields

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Li-Ta Lo requested to merge ollielo/vtk-m:process_cell_field_cleanup into master Jul 13, 2022
  • Overview 9
  • Commits 2
  • Pipelines 4
  • Changes 3

Filters usually map input fields into output fields. Several patterns exists for these mappings. There are already generalized functions for mapping by permutation and averaging. However, mapping by interpolation is not yet extracted into a standalone function and filters like Clip and Contour needs to implement essentially the same thing. In addition, the field mapping code in Clip and MIR are copy paste of each other and should be extracted.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: process_cell_field_cleanup