BasisFunctionGlobalSolverSettings

Basis function control.

Example

application = cf.Application.getInstance()
project = application:NewProject()

    -- Active HOBF globally

project.Contents.SolutionSettings.SolverSettings.GeneralSettings.BasisFunctionSettings.
    HOBFEnabled = true

Inheritance

The BasisFunctionGlobalSolverSettings object is derived from the CompositeValue object.

Usage locations

The BasisFunctionGlobalSolverSettings object can be accessed from the following locations:

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