-
Notifications
You must be signed in to change notification settings - Fork 37
Redesigned combigrid module #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tagging @MichaelReh and @freifrauvonbleifrei as main users/CT experts. |
|
Apart from some suggestions, I didn't hear any fundamental objections in the discussion last Thursday. Will this be merged then? Otherwise I fear that this PR dies when I'm leaving the group. Missing features can be implemented by students. |
|
I would really appreciate if we could merge this. Pretty sure it will soon get worse than the 83 commits it's already behind |
Otherwise this clashes with OperationEval::eval( const DataMatrix& alpha, const DataVector& point, DataVector& value) as both DataVector and DataMatrix are std::vector<double>s.
7da7955 to
d16f984
Compare
The combigrid module currently has some usability issues, see #141. This is a proposal for a redesigned combigrid module with improved usability. Since it's written from scratch, a lot of features of the old module are currently missing in this draft.
Current TODO list:
Closes #141.