Skip to content

ENH: GAMGAgglomeration: optional name. Fixes #3332

Mattijs Janssens requested to merge feature-GAMGAgglomeration-name into develop

Summary

Optional name for agglomeration so different agglomeration methods can be used for different variables.

Resolved bugs (If applicable)

#3332

Details of new models (If applicable)

New entry name inside fvSolution entry:

name my_agglomeration;

Risks

The name is the one the agglomeration table is stored under so with multiple names there will be more storage.

Merge request reports

Loading