warp.fem.Sides#
- class warp.fem.Sides(geometry)[source]#
A Domain containing all (interior and boundary) sides 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
element_partition_indexDevice function for retrieving linearized index in the domain's partition from an ElementIndex
element_lookupDevice function returning the sample point in the domain's geometry corresponding to a world position
element_partition_lookupDevice function returning the sample point in the domain's geometry partition corresponding to a world position
- property element_kind: ElementKind[source]#