Package hedge :: Package cuda :: Module optemplate :: Class StringifyMapper
[frames] | no frames]

Class StringifyMapper

source code

                         object --+                
                                  |                
             pymbolic.mapper.Mapper --+            
                                      |            
        pymbolic.mapper.RecursiveMapper --+        
                                          |        
pymbolic.mapper.stringifier.StringifyMapper --+    
                                              |    
                     optemplate.StringifyMapper --+
                                                  |
                                                 StringifyMapper

Instance Methods
 
map_whole_domain_flux(self, expr, enclosing_prec) source code

Inherited from optemplate.StringifyMapper: map_boundary_pair, map_diff, map_flux, map_flux_coefficient, map_inverse_mass, map_lift_coefficient, map_mass, map_minv_st, map_operator_binding, map_stiffness, map_stiffness_t

Inherited from pymbolic.mapper.stringifier.StringifyMapper: __init__, handle_unsupported_expression, map_call, map_constant, map_list, map_lookup, map_numpy_array, map_polynomial, map_power, map_product, map_quotient, map_subscript, map_sum, map_variable, map_vector

Inherited from pymbolic.mapper.RecursiveMapper: rec

Inherited from pymbolic.mapper.Mapper: __call__, map_foreign, map_rational

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

Properties

Inherited from object: __class__