Skip to content

[ProcessLib] Moved NumLib::getDOFTables to class Process as a member

wenqing requested to merge wenqing/ogs:imprv_get_dof_table into master

The function NumLib::getDOFTables is moved to class Process as a member. With these changes, the ad-hoc lambda function needed to call NumLib::getDOFTables is gone.

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

Merge request reports