AdaptivePass#
- class pyedb.workflows.utilities.hfss_log_parser.AdaptivePass#
Single adaptive solution pass (frequency, delta-S, memory, …).
- Variables:
pass_nr (int) – 1-based pass index.
freq_hz (float) – Target frequency in hertz.
tetrahedra (int) – Number of tetrahedra at end of pass.
matrix_size (int) – Order of the FEM matrix.
memory_mb (float) – Memory used in megabytes.
delta_s (float) – Maximum |ΔS| observed (
Noneuntil reported).converged (bool) –
Trueif this pass triggered convergence.elapsed_sec (int) – Wall time spent in this pass.
Overview#
Import detail#
from pyedb.workflows.utilities.hfss_log_parser import AdaptivePass