warp.fem.FrontierSides#
- class warp.fem.FrontierSides(geometry)[source]#
A Domain containing frontier sides of the geometry partition (sides shared with at least another partition)
- Parameters:
geometry (Geometry)
- __init__(geometry)[source]#
- Parameters:
geometry (Geometry | GeometryPartition)
Methods
__init__(geometry)cell_domain()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
reference_element()supports_lookup(device)Attributes
DomainArgElementArgElementIndexArgcell_to_element_coordsdimensiondomain_cell_argelement_closest_pointelement_coordinateselement_deformation_gradientelement_inner_cell_coordselement_inner_cell_indexelement_kindelement_measureelement_measure_ratioelement_normalelement_outer_cell_coordselement_outer_cell_indexelement_positionnamegeometry_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