mindelec.data

Data module, involving datasets, equations, boundary conditions, etc.

API Name

Description

Supported Platforms

mindelec.data.BBoxType

Bounding box for sampling space, only supports cube-shape sampling space, at present supports STATIC(0) and DYNAMIC(1).

Ascend

mindelec.data.BoundaryBC

Sampling data of boundary condition.

Ascend

mindelec.data.BoundaryIC

Sampling data of initial condition.

Ascend

mindelec.data.Dataset

Combine datasets together.

Ascend

mindelec.data.Equation

Sampling data of equation domain.

Ascend

mindelec.data.ExistedDataConfig

Set arguments of ExistedDataset.

Ascend

mindelec.data.ExistedDataset

Creates a dataset with given data path.

Ascend

mindelec.data.MaterialConfig

Material properties config for PointCloud-Tensor generation, which influence the material solving stage.

Ascend

mindelec.data.PointCloud

Read the stp files to generate PointCloud data, for downstream physical-equation AI simulation.

Ascend

mindelec.data.PointCloudSamplingConfig

Sampling space config for PointCloud-Tensor generation.

Ascend

mindelec.data.SamplingMode

Point sampling method, at present support UPPERBOUND(0) and DIMENSIONS(1).

Ascend

mindelec.data.StdPhysicalQuantity

Standard physical quantities fields that Maxwell equations concern about, material solving stage will deal with these standard physical fields.

Ascend