Skip to content

fix: Typos in FTCS

Max Lübke requested to merge fix-FTCS into main

In the calculation of alpha intercell values, the concentration of alpha and its neighboring concentrations were utilized, as opposed to employing neighboring alpha concentrations.

For evaluating the left/right boundary conditions, there was an error in indexing - specifically, column indexing was erroneously employed instead of the intended row indexing.

Merge request reports