Mask#
- class cherab.lhd.emc3.cython.Mask#
Bases:
IntegerFunction3DMasking EMC3-EIRINE grid space to identify whether or not a mesh exists at the point.
This instance is callable function returning 1 corresponding in 3D space where EMC3’s index function returns a physical index, otherwise 0.
- Parameters:
- index_func
callable()[[float,float,float],int] EMC3’s index_funcion returning a physical index.
- index_func
Methods
Evaluate the function f(x, y, z)