Skip to content

Fix documentation exponential scheme

Issue/feature addressed

In the developer guide, it is advertised that exponential schemes are fully implemented. However, the SetExponentialCoefficients is only ever called in the Demo code. Consequently, exponential schemes can not be currently used by any solvers. Hence, exponential schemes should not be advertised as "fully implemented".

Checklist

  • [ ] Functions and classes, or changes to them, are documented.
  • User guide/documentation is updated.
  • [ ] Changelog is updated.
  • [ ] Suitable tests added for new functionality.
  • [ ] Contributed code is correctly formatted. (See the contributing guidelines).
  • [ ] License added to any new files.
  • [ ] No extraneous files have been added (e.g. compiler output or test data files).
Edited by Jacques Xing

Merge request reports