-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The current indexing system initialization code assumes that the MD domain is embedded in the CFD domain, i.e. that we want to couple macro-to-md on each of the 6 faces of the Mamico domain. TODO: allow disabling of coupling per face.
Suggested XML format in <mamico> config to configure this:
<enable-macro-to-md west="yes" east="no" north="no" south="no" bottom="no" top="no" />
Steps:
- Allow mamico config to read enable-macro-to-md tag
- Make the entire enable-macro-to-md tag optional
- Default option is west="yes" east="yes" north="yes" south="yes" bottom="yes" top="yes"
- Pass boundary infos to a new initialization method for
IndexingService - Configure the
IndexTrait::md2macrodomain viaCellIndex::lowerBoundaryandCellIndex::upperBoundaryso that it includes theouterRegionat the faces where enable-macro-to-md is "no" - Add unit test for new
IndexingServiceinitialization method, I guess this should simply be based on a few hardcoded examples
Metadata
Metadata
Assignees
Labels
No labels