magrittetorch.model.geometry.geometry

Contains details about the geometry of the model.

enum magrittetorch.model.geometry.geometry.GeometryType(value)

Valid values are as follows:

General3D: int = <GeometryType.General3D: 0>
SpericallySymmetric1D: int = <GeometryType.SpericallySymmetric1D: 1>
class magrittetorch.model.geometry.geometry.Geometry(params: Parameters, dataCollection: DataCollection)
boundary: Boundary

Boundary module

geometryType: EnumParameter[type[GeometryType]]

Geometry type of the model

points: Points

Points module

rays: Rays

Rays module