warp.fem.cache#
Caching utilities for specializing and caching kernels and functions.
This module provides decorators that create specialized, cached versions of kernels and functions based on a suffix parameter. The suffix typically encodes type or domain information, allowing a single function definition to be compiled into multiple optimized versions for different argument types or problem domains.