MLFMMACASettings
MLFMM / ACA solver settings.
Example
app = cf.GetApplication() project = app:NewProject() -- Active the MLFMM solver project.SolutionSettings.SolverSettings.MLFMMACASettings.ModelSolutionSolveType = cf.Enums.ModelSolutionSolveTypeEnum.MLFMM
Usage locations (object properties)
The following objects have properties using the MLFMMACASettings object:
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