warp.fem.Operator#
- class warp.fem.Operator(func, resolver, field_result=None, attr=None)[source]#
Provide syntactic sugar over
FieldandDomainevaluation functions and arguments.- func#
Underlying operator function.
- Type:
Callable
- resolver#
Resolver that maps an argument instance to a concrete implementation.
- Type:
Callable
- field_result#
Optional resolver for operator return types.
- Type:
Optional[Callable]
Methods
__init__(func, resolver[, field_result, attr])