You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** \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?
The text was updated successfully, but these errors were encountered:
In algorithm.cpp, the comments said that:
However, it seems that this feature is not implemented?
The text was updated successfully, but these errors were encountered: