DomainDecompositionSettings
Domain decomposition solver settings.
Example
application = cf.Application.GetInstance() project = application:NewProject() -- Activate the Domain Green's Function Method (DGFM) project.Contents.SolutionSettings.SolverSettings.DomainDecompositionSettings.DGFMEnabled = true
Inheritance
The DomainDecompositionSettings object is derived from the CompositeValue object.
Usage locations
The DomainDecompositionSettings object can be accessed from the following locations:
- Properties
- SolverSettings object has property DomainDecompositionSettings.
- Methods
- DomainDecompositionSettingsList object has method Append().
- DomainDecompositionSettingsList object has method Get(number).
Property List
- CouplingDisabled
- Ignores coupling between antenna array elements (not recommended). (Read/Write boolean)
- DGFMEnabled
- Activates the Domain Green's Function Method (DGFM). (Read/Write boolean)