В настройках есть два важных параметра Step per wavelength и Minimum number of step . Вот что говориться о них в документации:
Steps per wavelength: This value is connected to the wavelength of the highest frequency set for the simulation. It defines the minimum number of mesh cells that are used for a distance equal to this wavelength.
This sets the spatial sampling rate for the signals inside of your structure. This setting has a strong influence on the quality of the results and on the calculation time. Increasing this number leads to a higher accuracy, but unfortunately also increases the total calculation time.
A good compromise between calculation time and the achievable accuracy is the default value of 4 for tetrahedral meshing.
Minimum number of steps: This value controls the global relative mesh size and defines a lower bound for the number of mesh cells independently of the wavelength. It specifies the minimum number of mesh edges to be used for the diagonal of the model bounding box. Consequently, the higher this value the finer the mesh.
Together with the possibility to set local mesh sizes, see Local Mesh Property (Tetrahedral), this is the most important quantity to control the automatic tetrahedral mesh generator.
И вот как я это смог перевести:
Step per wavelength (шаги в длину волны):это значение связано с длиной волны наивысшей частоты рассматриваемого диапазона. Оно определяет минимальное количество клеток сетки, которые используют расстояние равное этой длине волны.
Данный параметр определяет пространственную частоту дискретизации для сигналов в Вашей структуре. Однако надо учитывать, что данный параметр оказывает сильное влияние как на точность, так и на время моделирования.
Хорошим компромиссом между точностью и временем моделирования является значение 4, установленное по умолчанию.
Minimum number of step (минимальное число шагов): это значение определяет нижнюю границу количества клеток сетки независимо от длины волны. Также данное значение определяет минимальное число ребер сетки, которые будут использоваться для диагонали образцового ограничивающего прямоугольника. Следовательно, чем выше данное значение, тем более мелкая становится сетка.
Но так до конца и не понял...

