BasisFunctionGlobalSolverSettings
Basis function control.
Example
app = cf.GetApplication() project = app:NewProject() -- Active HOBF globally project.SolutionSettings.SolverSettings.GeneralSettings.BasisFunctionSettings. HOBFEnabled = true
Usage locations (object properties)
The following objects have properties using the BasisFunctionGlobalSolverSettings object:
Property List
- ElementOrder
- Specifies the desired order or allows the solution kernel to select the most appropriate order. Only valid if global basis function control is enabled. (Read/Write HOBFElementOrderEnum)
- HOBFEnabled
- Activates higher order basis functions. (Read/Write boolean)
- RangeSelection
- Specifies whether higher, lower or normal orders should be preferred by the solver kernel. Only valid if global basis function control is enabled. (Read/Write BasisFunctionAccuracyEnum)
Property Details
- ElementOrder
- Specifies the desired order or allows the solution kernel to select the most appropriate order. Only valid if global basis function control is enabled.
- Type
- HOBFElementOrderEnum
- Access
- Read/Write
- HOBFEnabled
- Activates higher order basis functions.
- Type
- boolean
- Access
- Read/Write
- RangeSelection
- Specifies whether higher, lower or normal orders should be preferred by the solver kernel. Only valid if global basis function control is enabled.
- Type
- BasisFunctionAccuracyEnum
- Access
- Read/Write