mesh_info
Get mesh details such as tag, component, geometry, and features from a COMSOL model using stable Java tags.
Instructions
Get mesh information using a stable Java tag.
Args: mesh_name: Mesh sequence tag (default: first mesh) component_name: Component name (default: first component) model_name: Model name (default: current model)
Returns: Mesh tag, component, geometry, and feature information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh_name | No | ||
| model_name | No | ||
| component_name | No |