warp.fem.Cells#
- class warp.fem.Cells(geometry)[source]#
A Domain containing all cells of the geometry or geometry partition
- Parameters:
geometry (Geometry)
- __init__(geometry)[source]#
- Parameters:
geometry (Geometry | GeometryPartition)
Methods
__init__(geometry)element_arg_value(device)element_index_arg_value(device)fill_element_arg(arg, device)fill_element_index_arg(arg, device)notify_operator_usage(ops)Makes the Domain aware that the operators ops will be applied
supports_lookup(device)Attributes
DomainArgnamegeometry_partitionGeometry partition containing the elements of the domain
geometryUnderlying geometry
- property element_kind: ElementKind[source]#