Skip to content

Improve interpolation memory requirements #173

@adperezm

Description

@adperezm

Modify the interpolation search loop by only sending around to the rank candidates their actual points. Now we send ALL points around. This is okay for smaller point counts but not so good if one does something as mesh to mesh interpolation.

This affects not only memory requirements but execution time, as for large point counts, the local element search might not be negligible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions