Skip to content
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

Do we have automatic grid selection? [CPP] #171

Open
Colin97 opened this issue Apr 26, 2021 · 1 comment
Open

Do we have automatic grid selection? [CPP] #171

Colin97 opened this issue Apr 26, 2021 · 1 comment

Comments

@Colin97
Copy link

Colin97 commented Apr 26, 2021

In algorithm.cpp, the comments said that:

/** \brief Set the level of discretization used by the solver.
   *
   * If is zero, will attempt to detect automatically the most suitable grid.
   */
  void setN(int N) { m_N = N; m_initialized = false; };

However, it seems that this feature is not implemented?

@jmirabel
Copy link
Collaborator

No, it isn't implemented. This should be marked as TODO in the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants