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:

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)

Property Details

CouplingDisabled
Ignores coupling between antenna array elements (not recommended).
Type
boolean
Access
Read/Write
DGFMEnabled
Activates the Domain Green's Function Method (DGFM).
Type
boolean
Access
Read/Write