SolverSettings

The solution solver settings.

Example

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

    -- Activate the finite difference time domain solver

project.SolutionSettings.SolverSettings.FDTDSettings.FDTDEnabled = true

Usage locations (object properties)

The following objects have properties using the SolverSettings object:

Property List

AdvancedSettings
Advanced solver settings. (Read only AdvancedSettings)
DomainDecompositionSettings
Domain decomposition solver settings. (Read only DomainDecompositionSettings)
FDTDSettings
Settings for the finite difference time domain solver. (Read only FDTDSettings)
FEMSettings
FEM settings. (Read only FEMSettings)
GeneralSettings
General solution solver settings. (Read only GeneralSolverSettings)
HighFrequencySettings
High frequency solver settings. (Read only HighFrequencySettings)
IntegralEquation
Integral equation solver settings. (Read only IntegralEquation)
MLFMMACASettings
MLFMM / ACA settings. (Read only MLFMMACASettings)
PreconditionerSettings
Preconditioner solver settings. (Read only PreconditionerSettings)
Type
The object type string. (Read only string)

Method List

GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.

Property Details

AdvancedSettings
Advanced solver settings.
Type
AdvancedSettings
Access
Read only
DomainDecompositionSettings
Domain decomposition solver settings.
Type
DomainDecompositionSettings
Access
Read only
FDTDSettings
Settings for the finite difference time domain solver.
Type
FDTDSettings
Access
Read only
FEMSettings
FEM settings.
Type
FEMSettings
Access
Read only
GeneralSettings
General solution solver settings.
Type
GeneralSolverSettings
Access
Read only
HighFrequencySettings
High frequency solver settings.
Type
HighFrequencySettings
Access
Read only
IntegralEquation
Integral equation solver settings.
Type
IntegralEquation
Access
Read only
MLFMMACASettings
MLFMM / ACA settings.
Type
MLFMMACASettings
Access
Read only
PreconditionerSettings
Preconditioner solver settings.
Type
PreconditionerSettings
Access
Read only
Type
The object type string.
Type
string
Access
Read only

Method Details

GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
Return
table
A properties table.
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Input Parameters
properties(table)
A table of properties defining the new state of the object.