Skip to content

Draft: [PL/CT] Adapt look-up table approach for heterogeneous systems - Part I

renchao.lu requested to merge renchao-lu/ogs:RefactorLookupTable into master

The current look-up table implementation only supports homogeneous systems because the search for new concentration values after the reaction stage is based on node values. In order to adapt the look-up table approach to heterogeneous systems as well, the searching process is shifted from nodes to integration points.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by renchao.lu

Merge request reports