Click or drag to resize

IAdaptiveMeshing Interface

An interface providing access to adaptive meshing parameters.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IAdaptiveMeshing

The IAdaptiveMeshing type exposes the following members.

Properties
  NameDescription
Public propertyAccuracy
Gets or sets accuracy of adaptive meshing.
Public propertyAfterFailAction
Gets or sets action taken after adaptive meshing fails.
Public propertyConvergedIterations
Gets or sets the number of iterations with error lower than accuracy after which adaptive meshing is finished.
Public propertyFrequencies
Get a reference to frequencies for which adaptive meshing is performed.
Public propertyIsEnabled
Enables or disables adaptive meshing.
Public propertyMaxIterations
Gets or sets maximum number of iterations.
Public propertyProblemSizeIncrease
Gets or sets problem size increase in each iteration.
Public propertyStatus
Gets the status of adaptive meshing.
Top
Methods
  NameDescription
Public methodReset
Resets adaptive meshing clearing the result and setting status to NotConverged.
Top
See Also