Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Bugfix RBF interpolation: do not allocate memory for Phi matrix when in cpu mode. #283

Merged
merged 1 commit into from
May 18, 2016

Conversation

davidsblom
Copy link
Owner

The Phi matrix is only needed when running in memory mode.
Memory gain: matrix of size internal nodes X boundary nodes.

Cleanup RBFCoarsening class. Remove debug code.

Related to #258 and most probably fixes the original problem reported by @scheufks

when in cpu mode.

The Phi matrix is only needed when running in memory mode.
Memory gain: matrix of size internal nodes X boundary nodes.
@davidsblom davidsblom merged commit e500130 into master May 18, 2016
@davidsblom davidsblom deleted the iss258 branch May 18, 2016 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant