GeneralSolverSettings
General solution solver settings.
Example
app = cf.GetApplication() project = app:NewProject() -- Change the solver to use double precision project.SolutionSettings.SolverSettings.GeneralSettings.DataStoragePrecision = cf.Enums.PrecisionSettingsEnum.Double
Usage locations (object properties)
The following objects have properties using the GeneralSolverSettings object:
Property List
- BasisFunctionSettings
- Basis function solver settings. (Read/Write BasisFunctionGlobalSolverSettings)
- DataStoragePrecision
- The precision to be used specified by the PrecisionSettingsEnum, e.g. Single or Double. (Read/Write PrecisionSettingsEnum)
- ExportGeometryToOutFile
- Specifies whether the geometry data should be written to the Feko *.out file. (Read/Write boolean)
- GeometryCheckingEnabled
- Activates geometry element checking for typical user errors. (Read/Write boolean)
- LowFrequencyStabilisationEnabled
- Activates low frequency stabilisation for MoM. (Read/Write boolean)
- MeshElementSizeCheckingEnabled
- Activates the verification of the mesh size in relation to the frequency. (Read/Write boolean)
- OutputFileSettings
- Output file solver settings. (Read/Write OutputFileSolverSettings)
Property Details
- BasisFunctionSettings
- Basis function solver settings.
- Type
- BasisFunctionGlobalSolverSettings
- Access
- Read/Write
- DataStoragePrecision
- The precision to be used specified by the PrecisionSettingsEnum, e.g. Single or Double.
- Type
- PrecisionSettingsEnum
- Access
- Read/Write
- ExportGeometryToOutFile
- Specifies whether the geometry data should be written to the Feko *.out file.
- Type
- boolean
- Access
- Read/Write
- GeometryCheckingEnabled
- Activates geometry element checking for typical user errors.
- Type
- boolean
- Access
- Read/Write
- LowFrequencyStabilisationEnabled
- Activates low frequency stabilisation for MoM.
- Type
- boolean
- Access
- Read/Write
- MeshElementSizeCheckingEnabled
- Activates the verification of the mesh size in relation to the frequency.
- Type
- boolean
- Access
- Read/Write
- OutputFileSettings
- Output file solver settings.
- Type
- OutputFileSolverSettings
- Access
- Read/Write