Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Laplace solver interface #37

Open
bendudson opened this issue May 3, 2013 · 0 comments
Open

Laplace solver interface #37

bendudson opened this issue May 3, 2013 · 0 comments

Comments

@bendudson
Copy link
Owner

The solve functions in class Laplacian (the interface to the user) should not be overridden by implementations. Instead, implementations should implement protected functions (not visible to the user), which are called by the interface functions.

This would help ensure a stable interface, and allow common tasks like timing and setting of result cell location to be done in one place.

bendudson added a commit to boutproject/BOUT that referenced this issue Sep 13, 2015
Default value of coefficient a is 0, not 1 as given in manual.

Closes issue bendudson#37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant