Muscat.Containers.Filters.NativeFilters module

class CElementFilterEvaluated

Bases: object

SetIdsToTreat(mesh, elementFilter)
callnumpysure(elemtype: ElementType, ids)
CheckIntegrity(GUI=False)
IntersectOrdered1D(A, B)

IntersectOrdered1D find the intersection of 2 int vector. Hypothesis, the 2 vector must containe only unique values and be sorted in increasing order.

UnionOrdered1D(A, B)

UnionOrdered1D find the union of 2 int vector. Hypothesis, the 2 vector must containe only unique values and be sorted in increasing order.