warp.fem.Integrand#
- class warp.fem.Integrand(func, kernel_options=None)[source]#
An integrand is a device function containing arbitrary expressions over Field and Domain variables. It will get transformed to a proper warp.Function by resolving concrete Field types at call time.
Methods
__init__(func[, kernel_options])