FEMSettings

FEM solver settings.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Decouple the FEM regions from MoM regions

project.SolutionSettings.SolverSettings.FEMSettings.DecoupleFEMFromMoM = true

Usage locations (object properties)

The following objects have properties using the FEMSettings object:

Property List

DecoupleFEMFromMoM
Specifies whether FEM regions should be decoupled from MoM regions. (Read/Write boolean)
ElementOrder
Specifies the desired order or allows the solution kernel to select the most appropriate order, specified by FEMElementOrderEnum, eg. Auto, First, etc. (Read/Write FEMElementOrderEnum)

Property Details

DecoupleFEMFromMoM
Specifies whether FEM regions should be decoupled from MoM regions.
Type
boolean
Access
Read/Write
ElementOrder
Specifies the desired order or allows the solution kernel to select the most appropriate order, specified by FEMElementOrderEnum, eg. Auto, First, etc.
Type
FEMElementOrderEnum
Access
Read/Write