hedge :: optemplate :: LocalOpReducerMixin :: Class LocalOpReducerMixin
[hide private]
[frames] | no frames]

Class LocalOpReducerMixin

source code


Reduces calls to mapper methods for all local differentiation operators to a single mapper method, and likewise for mass operators.

Instance Methods [hide private]
 
map_diff(self, expr, *args, **kwargs) source code
 
map_minv_st(self, expr, *args, **kwargs) source code
 
map_stiffness(self, expr, *args, **kwargs) source code
 
map_stiffness_t(self, expr, *args, **kwargs) source code
 
map_mass(self, expr, *args, **kwargs) source code
 
map_inverse_mass(self, expr, *args, **kwargs) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__