ENH: Added new multiRegion function object
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
Activity
changed milestone to %v2106
added Ready feature post-processing labels
added 209 commits
-
45a349a8...b6e87680 - 208 commits from branch
develop
- 456faa9d - ENH: Added new multiRegion function object
-
45a349a8...b6e87680 - 208 commits from branch
added 3 commits
-
02f255b3...89de9326 - 2 commits from branch
develop
- af86d19e - ENH: Added new multiRegion function object
-
02f255b3...89de9326 - 2 commits from branch
mentioned in commit 98abafcc
Please register or sign in to reply