DomainDecompositionSettings

Domain decomposition solver settings.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Activate the Domain Green's Function Method (DGFM)

project.SolutionSettings.SolverSettings.DomainDecompositionSettings.DGFMEnabled = true

Usage locations (object properties)

The following objects have properties using the DomainDecompositionSettings object:

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