Skip to content
Snippets Groups Projects

ENH: Added new multiRegion function object

Merged Andrew Heather requested to merge feature-multiRegion into develop

Wrapper that clones the supplied object for each region.

Simplifies setting up identical post-processing requirements for multi- region cases. Applies the supplied function to all regions by default.

Example of function object specification:

multiRegion
{
    type            multiRegion;
    libs            (utilityFunctionObjects);
    ...

    function
    {
        // Actual object specification
        type            fieldMinMax;
        libs            (fieldFunctionObjects);
        fields          (<field1> .. <fieldN>);
    }

    // Optional entries
    regions         (region1 region2);
}

Where the entries comprise:
    Property     | Description               | Required    | Default value
    type         | Type name: multiRegion    | yes         |
    function     | Function object sub-dictionary | yes    |
    regions      | List of region names      | no          | all
Edited by Mark OLESEN

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply