InitMesh#
- class pyedb.workflows.utilities.hfss_log_parser.InitMesh#
Statistics reported during the initial tetrahedral meshing phase.
- Attributes:
Examples
>>> mesh = InitMesh(tetrahedra=5000, memory_mb=128.5, real_time_sec=45, cpu_time_sec=42) >>> mesh.tetrahedra 5000 >>> mesh.memory_mb 128.5
Overview#
Import detail#
from pyedb.workflows.utilities.hfss_log_parser import InitMesh