MLFMMACASettings
MLFMM / ACA solver settings.
Example
application = cf.Application.getInstance() project = application:NewProject() -- Activate the MLFMM solver project.Contents.SolutionSettings.SolverSettings.MLFMMACASettings.ModelSolutionSolveType = cf.Enums.ModelSolutionSolveTypeEnum.MLFMM
Inheritance
The MLFMMACASettings object is derived from the CompositeValue object.
Usage locations
The MLFMMACASettings object can be accessed from the following locations:
- Properties
- SolverSettings object has property MLFMMACASettings.
- Methods
- MLFMMACASettingsList object has method Append().
- MLFMMACASettingsList object has method Get(number).
Property List
- MLFMMSettings
- MLFMM solver settings. Only valid if ModelSolutionSolveType is MLFMM. (Read/Write MLFMMSolverSettings)
- ModelSolutionSolveType
- Activates the MLFMM or ACA solvers, specified by ModelSolutionSolveTypeEnum, eg. None, MLFMM, etc. (Read/Write ModelSolutionSolveTypeEnum)
Property Details
- MLFMMSettings
- MLFMM solver settings. Only valid if ModelSolutionSolveType is MLFMM.
- Type
- MLFMMSolverSettings
- Access
- Read/Write
- ModelSolutionSolveType
- Activates the MLFMM or ACA solvers, specified by ModelSolutionSolveTypeEnum, eg. None, MLFMM, etc.
- Type
- ModelSolutionSolveTypeEnum
- Access
- Read/Write