Enum NearFieldIntegralsCacheType
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AcousticAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public enum NearFieldIntegralsCacheType
Fields
Name | Description |
---|---|
AdjacentCells | Pre-calculate near elements integrals for each element within its cell and adjacent cells. This option significantly increases performance at the cost of a large increase of memory usage. |
None | None |
SingleCell | Pre-calculate near elements integrals for each element within its cell. This option increases performance at the cost of a moderate increase of memory usage. |