warp.fem.integrand# warp.fem.integrand(func=None, kernel_options=None)[source]# Decorator for functions to be integrated (or interpolated) using warp.fem Parameters: func (Callable | None) – Decorated function kernel_options (dict[str, Any] | None) – Supplemental code-generation options to be passed to the generated kernel.